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
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)
- Make a
/binfolder inside theAndromedafolder - Open
Andromedafolder from Visual Studio Code and Navigate to/Andromeda/Andromeda.cpp - Run C++ build active file (F1 -> Run Task -> clang++ build active file) (
Ctrl + Shift + B)
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


