Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

get_disassembly

Extract disassembled code for a specified address range in IDA Pro to analyze binary files for reverse engineering tasks.

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

You must be authenticated.

Other Tools from IDA Pro MCP Server

Related Tools

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