This is a collection of Android reverse engineering tools
- Apktool: Convert to SMALI and decompile RES resources
- Dex2jar: converts dex into a JAR tool
-
- To view.class files
-
It has a nice GUI interface
-
jadx-gui:
- Convenient JADX tool that can decompile APK directly
- Method of use
jadx-gui x.apk
- androguard:
- Decompiler tools configured for Python are available
- Decompiling DEX
- Decompile resources
- enjarfy:
- Google’s decompiler tool
- Dalvik Bytecode can be converted to Java Bytecode
- More case support than Dex2JAR
TODO
- Add scripts to add all the tools to system variables
- Use git submodule
- English translation