jadx-ai-mcp logo

jadx-ai-mcpJADX 插件,集成 MCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

JADX‑AI‑MCP 是一个针对 JADX 反编译器的插件,集成了模型上下文协议(MCP),提供基于 LLM(如 Claude)的实时逆向工程支持。它实现了实时、上下文感知的代码审查 AI 推荐。插件通过与独立的 Python 服务器——JADX MCP Server 通信,后者调用 LLM 对 Android APK 进行分析,发现漏洞,轻松完成逆向工程。该工具是 Zin MCP Suite 的一部分,支持多种 AI 代理。它提供包括获取类名、获取选中文本、列出类、搜索方法等功能,并可与常用 LLM 客户端配合使用,在调试时分析 APK 资源。

主要功能

  • 获取当前类
  • 获取选中文本
  • 列出所有类
  • 搜索方法和类
  • 获取类源码
  • 按名称获取方法

价格

模型
Free
评分
暂无评价

使用场景

漏洞分析

使用 JADX‑AI‑MCP 通过集成 Claude 等 LLM,快速识别 Android APK 中的漏洞。

APK 逆向工程

利用该插件结合 AI 驱动的分析,轻松进行 Android APK 的逆向工程。

代码审查

进行实时、上下文感知的代码审查,获取 AI 推荐,以简化分析流程。

优点 & 缺点

优点

  • 实时代码审查和分析
  • 集成多个 AI 代理
  • 支持 Claude 等主流 LLM
  • 属于更大的 MCP 工具套件

缺点

  • 需要独立的 Python 服务器
  • 与其他反编译器的兼容性信息有限
  • 分析依赖 LLM

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What features does the plugin provide during a decompilation session?

You can fetch the current class name, get selected text, list all classes, search methods and classes, retrieve full class source, and obtain a method by name—all via live API calls to the LLM for instant code review and vulnerability insights.

Asked by Sofia Lindqvist · Feb 23, 2026

Are there any compatibility or setup limitations to be aware of?

The plugin requires a standalone Python server and currently has limited information about compatibility with decompilers other than JADX. Dependency on an external LLM also means that performance and availability depend on the chosen LLM service.

Asked by Cristina Moreno · Feb 23, 2026

Which LLMs are supported by jadx-ai-mcp?

The plugin is designed to work with popular LLMs such as Claude. It can also be used with any LLM client that speaks the Model Context Protocol, as the server forwards requests to the chosen LLM.

Asked by Diego Fernández · Feb 7, 2026

How do I set up the jadx-ai-mcp plugin with my current JADX installation?

Install the plugin via the ZIP or GitHub release, then run the accompanying Python server (JADX MCP Server). Once both are running, the plugin will automatically communicate with the server using MCP, allowing real‑time AI interactions in the JADX UI.

Asked by Paloma Ruiz · Nov 14, 2025

提问

服务配缩器 的替代品