Header menu logo B2R2

UnwindingRule Type

Represents a rule describing how a register or return address is saved on the stack frame. We can use the rule to find the value for the register in the previous frame.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
Returns: UnwindingAction
key : UnwindingTarget
Returns: UnwindingAction

this.Keys

Full Usage: this.Keys

Returns: ICollection<UnwindingTarget>
Returns: ICollection<UnwindingTarget>

this.Values

Full Usage: this.Values

Returns: ICollection<UnwindingAction>
Returns: ICollection<UnwindingAction>

Type something to start searching.