get_disassembly
Extract disassembled code for a specified address range or instruction count using the IDA Pro MCP Server, enabling precise reverse engineering and binary analysis.
Instructions
Get disassembly for an address range
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of instructions to disassemble (optional) | |
endAddress | No | End address for disassembly (optional) | |
startAddress | Yes | Start address for disassembly |