GDA-android-reversing-Tool
Decompile and analyze Android APKs for malware and security threats
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install GDA Android Reversing Tool?โผ
Run `npx skills add charles2gan/GDA-android-reversing-Tool --all -g -y` in your terminal to install the analysis skill globally.
How to analyze an Android APK for malware?โผ
Load the APK into the skill and it runs recon, malware scanning, and code tracing automatically. It extracts IOCs like C2 servers, URLs, and API keys, then produces a structured threat report.
Can GDA decrypt encrypted strings in malware?โผ
Yes. It locates encryption routines such as AES, DES, and RC4, extracts keys and IVs from the decompiled code, and generates a Python script to decrypt the hidden values.
Does GDA work with AI agents like Claude Code?โผ
Yes. The included SKILL.md follows the universal skill standard, so AI agents can drive GDA.exe commands directly through the bundled Python client.
Do I need reverse engineering experience to use GDA?โผ
No. The AI agent handles the decompilation and tracing commands for you, and GDA itself runs on Windows with no setup or Java VM required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core