Header menu logo B2R2

SSAVarPoint Type

SSA variable point.

Union cases

Union case Description

MemorySSAVar(SSAMemID, Addr)

Full Usage: MemorySSAVar(SSAMemID, Addr)

Parameters:

Memory variable. Since SSA.Variable doesn't have a field for address, we use this type to represent a memory variable at a specific address.

Item1 : SSAMemID
Item2 : Addr

RegularSSAVar Variable

Full Usage: RegularSSAVar Variable

Parameters:

Everything except memory variable, i.e., register, temporary, stack var, etc.

Item : Variable

Instance members

Instance member Description

this.IsMemorySSAVar

Full Usage: this.IsMemorySSAVar

Returns: bool
Returns: bool

this.IsRegularSSAVar

Full Usage: this.IsRegularSSAVar

Returns: bool
Returns: bool

Type something to start searching.