add_comment
Add or update a comment at a specific address in a binary to document code and aid reverse engineering.
Instructions
Add or update a comment at a specific address in the binary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Hex address (e.g. "0x08048000") | |
| comment | Yes | Comment text to add at the address | |
| binary_path | Yes | Absolute path to the binary file |