What problem does it solve? Reverse engineering binaries with IDA Pro through an AI assistant is fragile: MCP schema validation bugs block file opening, server startup blocks conversations, locked database files cause permission errors, and long auto-analysis runs look like hangs. This Skill wraps the ida-pro-mcp HTTP server with deterministic scripts and a documented workflow so binary analysis sessions start reliably and stay productive. ## Core Features & Use Cases - Deterministic server and session management: scripts/start.ps1 launches the idalib-mcp HTTP server in the background with process-tree cleanup, and scripts/open.ps1 opens binaries via the HTTP API, bypassing MCP schema validation bugs and handling System32 copies, locked databases, and timeouts. - 72 MCP analysis tools: decompilation, disassembly, cross-references, call graphs, data-flow tracing, byte/regex search, patching, renaming, type declaration, stack frame analysis, and signature generation via the idapro_* tool family. - Documented workflows and cheatsheet: step-by-step playbooks for malware analysis, registration-check cracking, CTF reversing, and vulnerability analysis, plus a quick-reference of all tools in references/ida-mcp-cheatsheet.md. - Use Case: A user asks to analyze a suspicious DLL. The skill starts the server, opens the DLL with a 600-second timeout, surveys imports and strings, traces the network indicators back to the communication logic, and annotates findings with comments and renames. ## Quick Start Ask the assistant to analyze a binary file such as "analyze this exe with IDA and find the password check logic" and it will start the server, open the file, and begin decompilation.