IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • Linux
  • Apple

set_comment

Set comments at specific addresses in IDA Pro's disassembly and pseudocode for better code analysis and documentation during reverse engineering tasks.

Instructions

Set a comment for a given address in the function disassembly and pseudocode

Input Schema

NameRequiredDescriptionDefault
addressYesAddress in the function to set the comment for
commentYesComment text

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address in the function to set the comment for", "title": "Address", "type": "string" }, "comment": { "description": "Comment text", "title": "Comment", "type": "string" } }, "required": [ "address", "comment" ], "title": "set_commentArguments", "type": "object" }
ID: 35q428b8zg