android-reverse-engineering
v1.5.0Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.
By Simone AvogadroLicense: Apache-2.07.8k GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install android-reverse-engineering for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install android-reverse-engineering@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/SimoneAvogadro/android-reverse-engineering-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/android-reverse-engineering/.
Plugin files
├── .claude-plugin/plugin.json└── skills/android-reverse-engineering/SKILL.md
Included Skills1
Decompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley), and trace call flows from UI to network layer. Use when the user wants to decompile, analyze, or reverse engineer Android packages, find API endpoints, or follow call flows. 中文触发词:反编译APK、安卓逆向、提取API、分析安卓应用、反编译安卓、逆向工程、追踪调用链、提取接口
Plugin manifests1
{
"name": "android-reverse-engineering",
"version": "1.5.0",
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.",
"author": {
"name": "Simone Avogadro"
},
"repository": "https://github.com/SimoneAvogadro/android-reverse-engineering-skill",
"license": "Apache-2.0",
"keywords": [
"android",
"reverse-engineering",
"apk",
"jadx",
"decompile",
"api-extraction"
],
"skills": "./skills/",
"commands": "./commands/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[android-reverse-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/android-reverse-engineering)