- Joined
- Jan 8, 2019
- Messages
- 56,613
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,454
- Points
- 2,313
- Credits
- 32,650
6 Years of Service
76%

It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to the nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also, it makes working with the app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
Features
Disassembling resources to the nearly original form (including resources.arsc, classes.dex, 9.png. and XMLs)
Rebuilding decoded resources back to binary APK/JAR
Organizing and handling APKs that depend on framework resources
Smali Debugging (Removed in 2.1.0 in favor of IdeaSmali)
Helping with repetitive tasks
Changelog v2.6.1
Begin options refactor by @iBotPeaches in #2648
fix: decoding references to private resources by @MrIkso in #2650
fix: support for signature scheme v4 by @iBotPeaches in #2705
Replace use of deprecated methods with their recommended replacements by @alsutton in #2713
Update dependencies by @Goooler in #2715
Cleanup trailing temp files/folders by @iBotPeaches in #2742
fix: prevent file hold on tmpDir during build by @iBotPeaches in #2745
refactor: drop unused exceptions by @iBotPeaches in #2746
Preventing instantiation of untrusted classes. by @iBotPeaches in #2760
To see this hidden content, you must like this content.