Content
[English](README_EN.md) | 简体中文
# IDA NO MCP
**Say goodbye to the complex, lengthy, and laggy interaction mode of IDA MCP.**
**AI reverse engineering, no additional configuration required.**
Simple · Fast · Intelligent · Low Cost
## Core Concept
Text, Source Code, Shell are the native languages of LLM (Large Language Model).
AI is evolving rapidly, without fixed patterns; tools should remain simple.
Export the decompilation results from IDA as source code files, and directly drop them into any AI IDE (Cursor / Claude Code / ...), naturally adapting to indexing, parallel processing, slicing (decompiling large functions), and other optimizations.
## Usage
Copy all content from `INP.py` → Paste into the IDA Python window → Press Enter
Export directory: `{IDB directory}/export-for-ai/`
## Exported Content
| File/Directory | Content |
|----------------|---------|
| `decompile/` | Decompiled C code (including call relationships) |
| `strings.txt` | String table |
| `imports.txt` | Import table |
| `exports.txt` | Export table |
| `memory/` | Memory hexdump (1MB chunks) |
## Tips
You can add more context in the IDB directory to give AI a complete perspective:
| Directory | Content |
|-----------|---------|
| `apk/` | APK decompilation directory (one-click export from APKLab) |
| `docs/` | Reverse analysis reports, notes |
| `codes/` | exp, Frida scripts, decryptor, and other scripts |
The most advanced AI models can utilize all information and scripts to provide you with the most powerful reverse engineering assistance.