Skip to main content
The AnnotateVariable object is used to create an annotation for a variable at a specific location in the decompiled code.

Fields

Reference

position

The position of the variable. Only "global", "input", or "output" is currently valid.

index

The index of the variable. Only 0 is currently valid.

declaration

The variable declaration as a string.

location

The address (AddressValue) of the assignment.

Example