android-reverse-engineering
仓库创建 2026年7月8日最近提交 4 天前SkillHot 收录 1 天前
▸ 精选理由
适合安全分析与逆向工程,能结构化提取接口与调用链信息。
▸ 风险提示
可能被用于未授权逆向,存在法律与道德风险。
这个 Skill 做什么
使用 jadx/Fernflower 反编译 APK/JAR/AAR 并提取 API 端点与调用流程。
能把 APK/JAR/AAR 用 jadx 或 Fernflower 反编译成可读代码,帮你找出 Retrofit/OkHttp/Volley 等库暴露的 HTTP 接口和调用点。需要分析安卓应用、追踪从 UI 到网络层的调用链或做逆向工程时会用到。特色是同时支持两套反编译引擎,能结合输出产出结构化的接口和调用流程文档,方便复现与审计。
▸ 展开 SKILL.md 英文原文
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、分析安卓应用、反编译安卓、逆向工程、追踪调用链、提取接口
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/android-reverse-engineering/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/android-reverse-engineering/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Android Reverse Engineering
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.
## Prerequisites
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:
```bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/android-reverse-enginevia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有