TheDocumentation Index
Fetch the complete documentation index at: https://vulhunt-docs.binarly.io/llms.txt
Use this file to discover all available pages before exploring further.
AnnotateOperand object is used to create an annotation tied to a specific operand at an address.
Fields
| Field | Description | Type |
|---|---|---|
at | Address to annotate | AddressValue |
operand | Operand | OperandInfo |
message | Annotation message | string |
Reference
at
The address (AddressValue) where the operand resides.
operand
AnOperandInfo instance describing the operand.