set_comment
Add comments to specific addresses in function disassembly and pseudocode to document analysis findings and improve code readability during reverse engineering.
Instructions
Set a comment for a given address in the function disassembly and pseudocode
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address in the function to set the comment for | |
| comment | Yes | Comment text |