android-reverse-engineering
Decompile Android APK/XAPK/JAR/AAR files and extract/document HTTP APIs (Retrofit/OkHttp/URLs) with a repeatable workflow.
SKILL.md
Decompile Android APK, XAPK, JAR, and AAR files using jadx and Fernflower/Vineflower, trace call flows through application code and libraries, and produce structured documentation of extracted APIs. Two decompiler engines are supported — jadx for broad Android coverage and Fernflower for higher-quality output on complex Java code — and can be used together for comparison.
This skill requires Java JDK 17+ and jadx to be installed. Fernflower/Vineflower and dex2jar are optional but recommended for better decompilation quality. Run the dependency checker to verify:
If anything is missing, follow the installation instructions in ${CLAUDEPLUGINROOT}/skills/android-reverse-engineering/references/setup-guide.md.
Decompile Android APK/XAPK/JAR/AAR files and extract/document HTTP APIs (Retrofit/OkHttp/URLs) with a repeatable workflow. Source: gmh5225/android-reverse-engineering-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gmh5225/android-reverse-engineering-skill --skill android-reverse-engineering- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-04
- Updated
- 2026-02-18
Quick answers
What is android-reverse-engineering?
Decompile Android APK/XAPK/JAR/AAR files and extract/document HTTP APIs (Retrofit/OkHttp/URLs) with a repeatable workflow. Source: gmh5225/android-reverse-engineering-skill.
How do I install android-reverse-engineering?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gmh5225/android-reverse-engineering-skill --skill android-reverse-engineering Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gmh5225/android-reverse-engineering-skill
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-04