Skip to main content
The AnnotateRange object is used to create an annotation spanning a range of addresses in the decompiled code.

Fields

Reference

from

The starting address (AddressValue) of the range to annotate.

to

The ending address (AddressValue) of the range to annotate.

message

The annotation message to display for the specified range.

Example