charles2gancharles2ganCommunityยท1 Agent Skills Included

GDA-android-reversing-Tool

Decompile and analyze Android APKs for malware and security threats

Decompiles Android APK, DEX, and OAT files to reveal hidden code, permissions, and behavior. Detects malware, privacy leaks, and vulnerabilities while extracting encrypted C2 addresses and IOCs. Guides AI agents through recon, tracing, decryption, and structured malware report generation. Eliminates manual reverse engineering steps with ready-made analysis commands and scripts.
npx skills add charles2gan/GDA-android-reversing-Tool --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’