ida-mcp-server

ida_execute_script

Run Python scripts within IDA Pro to automate tasks, leveraging IDA's API modules for analysis, data extraction, and enhanced reverse engineering workflows.

Instructions

Execute a Python script in IDA Pro and return its output. The script runs in IDA's context with access to all IDA API modules.

Input Schema

NameRequiredDescriptionDefault
scriptYes

Input Schema (JSON Schema)

{ "properties": { "script": { "title": "Script", "type": "string" } }, "required": [ "script" ], "title": "ExecuteScript", "type": "object" }
ID: fpfnwgj5pa