Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • Linux
  • Apple

disassemble_function

Extract assembly code, including addresses, instructions, and comments, for a specific function by providing its start address. Facilitates automated reverse engineering in IDA Pro environments.

Instructions

Get assembly code (address: instruction; comment) for a function

Input Schema

NameRequiredDescriptionDefault
start_addressYesAddress of the function to disassemble

Input Schema (JSON Schema)

{ "properties": { "start_address": { "description": "Address of the function to disassemble", "title": "Start Address", "type": "string" } }, "required": [ "start_address" ], "title": "disassemble_functionArguments", "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/mrexodia/ida-pro-mcp'

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