Header menu logo B2R2

CanonicalFrameAddress Type

Represents the CFA, machine-independent representation of the current frame address. For example, (esp+8) on x86.

Union cases

Union case Description

Expression Expr

Full Usage: Expression Expr

Parameters:
Item : Expr

RegPlusOffset(RegisterID, int)

Full Usage: RegPlusOffset(RegisterID, int)

Parameters:
Item1 : RegisterID
Item2 : int

UnknownCFA

Full Usage: UnknownCFA

Instance members

Instance member Description

this.IsExpression

Full Usage: this.IsExpression

Returns: bool
Returns: bool

this.IsRegPlusOffset

Full Usage: this.IsRegPlusOffset

Returns: bool
Returns: bool

this.IsUnknownCFA

Full Usage: this.IsUnknownCFA

Returns: bool
Returns: bool

Static members

Static member Description

CanonicalFrameAddress.ToString(regFactory, cfa)

Full Usage: CanonicalFrameAddress.ToString(regFactory, cfa)

Parameters:
Returns: string

Returns a string representation of the CFA.

regFactory : IRegisterFactory
cfa : CanonicalFrameAddress
Returns: string

Type something to start searching.