Andromeda
→ View on GitHubAI Summary: Andromeda is a performance-oriented tool designed for accelerating the initial reverse engineering of Android applications, leveraging its C/C++ implementation. It aims to simplify the analysis process with a straightforward command-line interface, making it accessible for security researchers and developers. Currently in early development, Andromeda highlights the potential for speed improvements over alternative solutions in the same domain.
README

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
Building
Requirements
- clang:
apt install clang - libzip:
apt install libz-dev - openssl:
apt install libssl-dev
make./bin/andromeda android_app.apk
Commands

Author
Lasha Khasaia (@_qaz_qaz)
Note
I’ve very limited experience with Android, so if you have time please contribute.
TODO
- Document the tool
