IDA Pro MCP Server

by fdrechsler
Verified

get_disassembly

Get disassembly for an address range

Input Schema

NameRequiredDescriptionDefault
countNoNumber of instructions to disassemble (optional)
endAddressNoEnd address for disassembly (optional)
startAddressYesStart address for disassembly

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of instructions to disassemble (optional)", "type": "number" }, "endAddress": { "description": "End address for disassembly (optional)", "type": "string" }, "startAddress": { "description": "Start address for disassembly", "type": "string" } }, "required": [ "startAddress" ], "type": "object" }