dex-analyzer-for-llm

mobile-threat-hunter/dex-analyzer-for-llm
★ 0 stars C++ AI/LLM Updated today
LLM-facing DEX/APK analyzer — DexKit Core (pybind11) + DAD-aligned C++ Java decompiler, MCP server, FastAPI/SSE backend for Claude tool-use
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dex-analyzer-for-llm": {
      "command": "npx",
      "args": [
        "-y",
        "mobile-threat-hunter/dex-analyzer-for-llm"
      ]
    }
  }
}

README Excerpt

LLM-facing **Android APK / DEX static analyzer**: a C++ core (pybind11 wrapper around DAD-aligned Java decompiler**, plus MCP and FastAPI/SSE backends for agent integrations. Built for **mobile threat hunting / malware triage** — fast, low-memory, embeddable, and parallel-safe — rather than Xposed module development.

Tools (2)

CheckInterSectionCheckIntraSection