apk-reverse
Helps developers analyze and modify Android apps by unpacking, decompiling, and rebuilding them.
Installation
Paste this into Claude Code, Cursor, or any agent that can run commands.
What this skill does
What it does:
- Unpacks Android APK files to see the code inside
- Converts compiled Java code back into readable source code
- Modifies app code and rebuilds the APK
- Uses tools like jadx, apktool, and Frida to analyze and test apps
- Handles both Java code and native compiled libraries inside apps
When to use it:
- You need to understand how an Android app works by reading its code
- You want to find where an app checks for root access or validates certificates
- You need to change the app's code and reinstall it
- You want to test an app's behavior by injecting code while it runs
- The app contains native code libraries that need separate analysis
The full skill text could not be loaded right now. It installs fine with the command above, or read it at the source.
Mirrored from the author's public source. Install counts from the open skills registry.