Is it possible to inject code in an android application?

后端 未结 5 762
闹比i
闹比i 2020-12-15 13:58

I would like to inject code in an android application at runtime. I have tried to use dx tool to generate a dexfile in the sdcard but when i want to instantiate, it fails. A

5条回答
  •  既然无缘
    2020-12-15 14:45

    You can look this page, but you have to use some tools like APKTool, SignApk.

    http://blackhatcrackers.blogspot.de/2013/05/injecting-custom-code-into-android-apks.html

提交回复
热议问题