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
Name | Required | Description | Default |
---|---|---|---|
address | Yes | Address in the function to set the comment for | |
comment | Yes | Comment text |