Skip to main content
Glama

ida-mcp-server

ida_get_function_decompiled_by_address

Retrieve decompiled pseudocode for a specific function using its address, enabling analysis and understanding of code structure within IDA database environments.

Instructions

Get decompiled pseudocode for a function by address

Input Schema

NameRequiredDescriptionDefault
addressYes

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "GetFunctionDecompiledByAddress", "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/MxIris-Reverse-Engineering/ida-mcp-server'

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