AnnotateGlobal object is used to annotate a global variable at a specific address.
Fields
Reference
location
The address (AddressValue) where the global variable is defined.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AnnotateGlobal object is used to annotate a global variable at a specific address.
| Field | Description | Type |
|---|---|---|
location | Address of the variable | AddressValue |
declaration | Variable declaration | string |
AddressValue) where the global variable is defined.
evidence = {
functions = {
[context.address] = {
annotate:global {
location = <AddressValue>,
declaration = "int g_var",
},
},
},
}