How do I "overshadow" my classes, methods, variables, and so on in the Android proguard.cfg configuration file? My intention is to make it difficult to decompile (reverse engineer) the project.
How do I "overshadow" my classes, methods, variables, and so on in the Android proguard.cfg configuration file? My intention is to make it difficult to decompile (reverse engineer) the project.
Reverse engineering of your code, when configured by Proguard in default, can be obtained by following this simple tutorial:
link
Spend a little more time configuring your Proguard properly to further obfuscate your code. A good link that demonstrates how to configure your Proguard correctly follows below:
link