ida-mcp-server

ida_add_assembly_comment

Insert comments at specific addresses in the IDA database assembly view to annotate and clarify code during analysis and debugging processes.

Instructions

Add a comment at a specific address in the assembly view of the IDA database

Input Schema

NameRequiredDescriptionDefault
addressYes
commentYes
is_repeatableNo

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" }, "comment": { "title": "Comment", "type": "string" }, "is_repeatable": { "default": false, "title": "Is Repeatable", "type": "boolean" } }, "required": [ "address", "comment" ], "title": "AddAssemblyComment", "type": "object" }
ID: fpfnwgj5pa