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: 9 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: 2025-03-07T04:06:30.135Z (9 months ago)
- Topics: android, apk, binary-analysis, reverse-engineering, static-analysis
- Language: C++
- Homepage:
- Size: 416 KB
- Stars: 706
- Watchers: 25
- Forks: 76
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reverse-engineering - **585**星 - Interactive Reverse Engineering Tool for Android Applications [This project is not maintained anymore] (<a id="2110ded2aa5637fa933cc674bc33bf21"></a>工具 / <a id="6d2b758b3269bac7d69a2d2c8b45194c"></a>ReverseEngineering)
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