Skip to main content
Glama

ida-mcp-server

ida_add_pseudocode_comment

Add comments to specific addresses in function pseudocode within IDA Pro. Enhance code understanding by labeling key points in decompiled functions using the MCP server for IDA automation.

Instructions

Add a comment to a specific address in the function's decompiled pseudocode

Input Schema

NameRequiredDescriptionDefault
addressYes
commentYes
function_nameYes
is_repeatableNo

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" }, "comment": { "title": "Comment", "type": "string" }, "function_name": { "title": "Function Name", "type": "string" }, "is_repeatable": { "default": false, "title": "Is Repeatable", "type": "boolean" } }, "required": [ "function_name", "address", "comment" ], "title": "AddPseudocodeComment", "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