Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T23:19:02.000Z (over 4 years ago)
- Last Synced: 2024-08-04T09:04:17.583Z (3 months ago)
- Topics: android, apk, binary-analysis, reverse-engineering, static-analysis
- Language: C++
- Homepage:
- Size: 416 KB
- Stars: 696
- Watchers: 25
- Forks: 77
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![andromeda](https://user-images.githubusercontent.com/16405698/65393541-89490480-dd8a-11e9-92a3-727799c30b02.png)
`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
[![demo](https://user-images.githubusercontent.com/16405698/65391224-5a716500-dd6f-11e9-9de3-b3dcbc5e27ad.png)](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
![commands](https://user-images.githubusercontent.com/16405698/66689195-9aeb4100-ec92-11e9-9924-ce9a01f7551e.png)## 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