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

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -