security - How to prevent extraction of android apk source code from attackers? -
i have existing released android app in google play. hacker extract source code apk , use our services.i have implement proguard + base64 through hacker extract source code apk. how can prevent apk extraction?
- cant prevent extraction.
- can proguard attacker wont stop, because can decompile , reverse engineer it. can listen logcat, binder, sniff communication...
- on other hand u can lot of stuff make code better. use ssl learn how use proguard better ill harder them, dont write log, encrypt data.
Comments
Post a Comment