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.