ida-no-mcp-decompiler-exporter
Installation
SKILL.md
IDA NO MCP Decompiler Exporter
Skill by ara.so — MCP Skills collection.
IDA-NO-MCP is a plugin for IDA Pro that exports decompiled code, disassembly, strings, imports, exports, and memory dumps into AI-friendly formats. Instead of complex MCP integrations, it generates organized source files that can be directly analyzed by AI IDEs like Cursor or Claude Code.
What It Does
- Exports decompiled C code: Each function as a separate
.cfile with metadata (address, callers, callees) - Automatic fallback: Falls back to disassembly (
.asm) when decompilation fails - Memory dumps: Exports all memory segments as hexdump files (1MB chunks)
- Metadata extraction: Strings, imports, exports tables
- Smart filtering: Skips library functions and invalid functions automatically
- Detailed logging: Tracks successes, fallbacks, failures, and skipped functions