AnnotateOperand object is used to create an annotation tied to a specific operand at an address.
Fields
Reference
at
The address (AddressValue) where the operand resides.
operand
AnOperandInfo instance describing the operand.
Documentation Index
Fetch the complete documentation index at: /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.
| Field | Description | Type |
|---|---|---|
at | Address to annotate | AddressValue |
operand | Operand | OperandInfo |
message | Annotation message | string |
AddressValue) where the operand resides.
OperandInfo instance describing the operand.
evidence = {
functions = {
[context.address] = {
annotate:operand {
at = <AddressValue>,
operand = <OperandInfo>,
message = "operand annotation example",
},
},
},
}