Header menu logo B2R2

VarKind Type

Variable kinds of our interest.

Union cases

Union case Description

Memory Addr option

Full Usage: Memory Addr option

Parameters:
    Item : Addr option

Memory instance. The optional field is used only when the memory address is a constant.

Item : Addr option

Regular RegisterID

Full Usage: Regular RegisterID

Parameters:

Regular variable that represents a register.

Item : RegisterID

StackLocal int

Full Usage: StackLocal int

Parameters:
    Item : int

Stack local variable at a specific offset.

Item : int

Temporary int

Full Usage: Temporary int

Parameters:
    Item : int

Temporary variable that represents a temporary variable used in our IR.

Item : int

Instance members

Instance member Description

this.IsMemory

Full Usage: this.IsMemory

Returns: bool
Returns: bool

this.IsRegular

Full Usage: this.IsRegular

Returns: bool
Returns: bool

this.IsStackLocal

Full Usage: this.IsStackLocal

Returns: bool
Returns: bool

this.IsTemporary

Full Usage: this.IsTemporary

Returns: bool
Returns: bool

Type something to start searching.