Is it possible to inject code in an android application?

后端 未结 5 761
闹比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:33

    No, it is not possible. Android application permissions would not work if that was possible.

提交回复
热议问题