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" }
ID: fpfnwgj5pa