https://github.com/secrary/Andromeda
Andromeda - Interactive Reverse Engineering Tool for Android Applications
https://github.com/secrary/Andromeda
android apk binary-analysis reverse-engineering static-analysis
Last synced: 3 months ago
JSON representation
Andromeda - Interactive Reverse Engineering Tool for Android Applications
- Host: GitHub
- URL: https://github.com/secrary/Andromeda
- Owner: secrary
- License: apache-2.0
- Created: 2019-09-22T15:30:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T23:19:02.000Z (over 5 years ago)
- Last Synced: 2024-10-26T07:39:20.528Z (12 months ago)
- Topics: android, apk, binary-analysis, reverse-engineering, static-analysis
- Language: C++
- Homepage:
- Size: 416 KB
- Stars: 701
- Watchers: 26
- Forks: 77
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
[](https://www.youtube.com/watch?v=doeg-tCX-sg)`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](https://twitter.com/_qaz_qaz))## Note
I've very limited experience with Android, so if you have time please contribute.## TODO
* Document the tool