ida-mcp-server

ida_execute_script_from_file

Run a Python script directly from a specified file path in IDA Pro to automate tasks and retrieve script outputs for enhanced analysis workflows.

Instructions

Execute a Python script from a file path in IDA Pro and return its output. The file should be accessible from IDA's process.

Input Schema

NameRequiredDescriptionDefault
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "ExecuteScriptFromFile", "type": "object" }
ID: fpfnwgj5pa