How to avoid reverse engineering of an APK file?

后端 未结 30 2242
醉梦人生
醉梦人生 2020-11-21 22:27

I am developing a payment processing app for Android, and I want to prevent a hacker from accessing any resources, assets or source code from the APK file.<

30条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-21 23:00

    I can see that good answer in this thread . In addition to you can use facebook redex to optimize the code. Redex works on .dex level where proguard work as .class level.

提交回复
热议问题