
The android developer is very popular job and also profitable, in play store many applications that we can install on the phone, but among the many applications there are several applications that may contain malicious code which can spy your phone. You have to know between real and malicious android applications with reverse engineering.
Overview
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
Building
Linux (or Windows Subsystem for Linux)
Requirements
- clang:
apt install clang
- libzip:
apt install libz-dev
- openssl:
apt install libssl-dev
1. Make a /bin
folder inside the Andromeda
folder
2. Open Andromeda
folder from Visual Studio Code and Navigate to /Andromeda/Andromeda.cpp
3. Run C++ build active file (F1 -> Run Task -> clang++ build active file) (Ctrl + Shift + B
)
Commands

Author
Lasha Khasaia (@_qaz_qaz)