Code obfuscation has become a standard method used by developers to prevent cybercriminals from decompiling and reverse engineering app code, protecting apps against intellectual property theft, loss of revenue, and reputation damage.
In this beginner’s guide to obfuscation you will:
-
Get an introduction to what code obfuscation is and a few different essential obfuscation techniques you should consider;
-
Get to know what the advantages of code obfuscation are;
-
Learn why it is important to use on apps for Android, iOS and JavaScript-based applications.