Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.54 KB

A-RE Android

Android applications reverse-engineering utility
(pretty simple at the moment, but who knows whats coming up next..)

Current features:

  • 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

How do i make my own plugins?

  • Please refer to wiki

Notes:

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

Screenshots:

image image image