Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

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

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fdrechsler/mcp-server-idapro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server