Purely Java Based Analyze the contents of the APK file Decompile and extract the contents of the APK file Decompile the DEX files to JAVA source files (.dex to .java) [ New feature in v2.0 ] Select ...
APK black-box obfuscator for my Master's project. Written 100% in Java. NOTE: This obfuscator will NOT work if you are using Java Reflection in your code. This project only looks at the available code ...