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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -