Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

decompile_function

Extract and analyze decompiled code from a specific function address to simplify reverse engineering using IDA Pro MCP automation.

Instructions

Decompile a function at the given address

Input Schema

NameRequiredDescriptionDefault
addressYesAddress of the function to decompile

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address of the function to decompile", "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "decompile_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