Skip to main content
The OperandOrigin object provides information about where an operand (function argument or return value) originates in the binary, including its source and definition addresses and positions.

Fields

Reference

source_address

The address where the operand’s value was sourced.

source_position

The position of the source IR instruction.

definition_address

The address where the operand was defined.

definition_position

The position of the IR instruction where the operand was defined.

index

The index of the operand in the context.

Example