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.
AnnotateRange object is used to create an annotation spanning a range of addresses in the decompiled code.
Fields
| Field | Description | Type |
|---|---|---|
from | Start address of the range | AddressValue |
to | End address of the range | AddressValue |
message | Annotation message for the range | string |
Reference
from
The starting address (AddressValue) of the range to annotate.
to
The ending address (AddressValue) of the range to annotate.