0

Any android developer would know that decompiling your app's APK is somewhat easy and can lead to losing your app.

For example, say I create a custom message ciphering method, encoding and decoding messages on the app side.

How easy is it to lose that kind of private method decompiling?

Also, say that I have some code written in native C++ or C-Make, is that code also easy to decompile?

Ahmad Sattout
  • 2,248
  • 1
  • 19
  • 42
  • 1
    "create a custom message ciphering method" you should never do that. Keep the secret in the key, not in the algorithm. – Henry Mar 29 '19 at 05:45
  • Use Pro guard rules for the code optimization and for the reverse engineering prevention https://medium.com/@mittal2810/how-to-safe-app-from-reverse-engineering-d4ca7910d2f – Mahesh Keshvala Mar 29 '19 at 06:23

0 Answers0