Skip to content
Andromeda - Interactive Reverse Engineering Tool for Android Applications
C++ C
Branch: master
Clone or download
Lasha Khasaia
Lasha Khasaia adding strings support
Latest commit a9c6b4a Sep 25, 2019

README.md

andromeda

Andromeda makes initial reverse engineering work of Android applications bit faster and easier. Compared to other alternatives, it's written in C/C++ and has a noticeable performance advantage.

DEMO

demo

The tool is in the early development stage

Requirements

  • libzip: sudo apt-get install libz-dev
  • openssl: sudo apt-get install libssl-dev

Compilation Instructions (VS Code)

  1. Make a /bin folder inside the Andromeda folder
  2. Open Andromeda folder from Visual Studio Code and Navigate to /Andromeda/Andromeda.cpp
  3. Run C++ build active file (F1 -> Run Task -> clang++ build active file) (Ctrl + Shift + B)

Commands

commands

Author

Lasha Khasaia (@_qaz_qaz)

Note

I've very limited experience with Android, so if you have time please contribute.

TODO

  • Implement new features
    • Differentiate external and internal libraries
  • Document the tool
You can’t perform that action at this time.