Skip to main content
Glama

ida-mcp-server

ida_get_function_decompiled_by_name

Retrieve decompiled pseudocode for a specified function in IDA Pro by providing its name. Enables efficient analysis and debugging within the IDA environment.

Instructions

Get decompiled pseudocode for a function by name

Input Schema

NameRequiredDescriptionDefault
function_nameYes

Input Schema (JSON Schema)

{ "properties": { "function_name": { "title": "Function Name", "type": "string" } }, "required": [ "function_name" ], "title": "GetFunctionDecompiledByName", "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