Android applications reverse-engineering utility
(pretty simple at the moment, but who knows whats coming up next..)
- APK decompiling (de-odexing, unpacking resources etc), using ApkTool
- APK re-compiling and signing (currently only test signing is supported)
- Basic APK information (like icon, package name, package version etc), powered by PyAxmlParser
- Built-in ADB support via pure-python-adb
- User-friendly UI powered by Tkinter!
- Plugins support, some already shipped with application:
- Cocos2D plugin: capable of packing and unpacking jsc/jsc2/luac files used by Cocos2D engine
- Please refer to wiki
This project was made by me, and my python knowledge kinda sucks
Don't expect to see quality code here (PR's are welcomed!)
I'm working on this project at spare time, which means that no regular support of this tool will be provided