Andromeda: Interactive Reverse Engineering Tool for Android Applications

Android Reverse Engineering Tool

Andromeda

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

Building

Linux (or Windows Subsystem for Linux)

Requirements

  • clang: apt install clang
  • libzip: apt install libz-dev
  • openssl: apt install libssl-dev
  1. git clone https://github.com/secrary/Andromeda.git
  2. Make a /bin folder inside the Andromeda folder
  3. Open Andromeda folder from Visual Studio Code and Navigate to /Andromeda/Andromeda.cpp
  4. Run C++ build active file (F1 -> Run Task -> clang++ build active file) (Ctrl + Shift + B)

Or

Download the binary here.

Commands

Demo

https://www.youtube.com/watch?v=doeg-tCX-sg

Copyright (C) 2019 Lasha Khasaia (@_qaz_qaz)