ida-mcp-server

ida_add_pseudocode_comment

Add comments to specific addresses in decompiled pseudocode within IDA, enabling clear documentation and analysis for functions. Simplify code understanding and collaboration.

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