/Andromeda

Andromeda - Interactive Reverse Engineering Tool for Android Applications

Primary LanguageC++Apache License 2.0Apache-2.0

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