cpaua
·1 min72

Decompile Android APKs with Claude Code: Extract APIs, URLs & Call Chains

Found a new toy in Claude Code

With a single command you can decompile any Android APK down to the very last layer:

/decompile app.apk

What it can do:

→ Decompiles APK / XAPK / JAR / AAR → automatically extracts all Retrofit interfaces, OkHttp calls, hidden URLs

→ Traces the full call chain: Activity → ViewModel → Repository → HTTP

→ One-click analysis: Manifest, architectural patterns → handles even code obfuscated via ProGuard/R8

Roughly speaking, AI can generate full API documentation for any app in 5 minutes.

For security research / competitor analysis / learning reverse engineering — just the thing 🔮

SimoneAvogadro/android-reverse-engineering-skillgithub.com/SimoneAvogadro/android-reverse-engineering-skill
Share:
Author
cpaua

VibeCode blog admin. Writing about vibe coding, AI and open source.

Comments

To leave a comment, log in or sign up
Loading...

Related articles