Header menu logo B2R2

JmpTableRecoveryNotebook Type

Global collection of jump table recovery notes. This is not thread-safe, so it should be accessed only by TaskManager.

Constructors

Constructor Description

JmpTableRecoveryNotebook()

Full Usage: JmpTableRecoveryNotebook()

Returns: JmpTableRecoveryNotebook
Returns: JmpTableRecoveryNotebook

Instance members

Instance member Description

this.GetConfirmedEndPoint

Full Usage: this.GetConfirmedEndPoint

Parameters:
Returns: Addr

Get the confirmed end point of the jump table.

tblAddr : Addr
Returns: Addr

this.GetIndBranchAddress

Full Usage: this.GetIndBranchAddress

Parameters:
Returns: Addr

Get the indirect branch address that is associated with the given jump table address.

tblAddr : Addr
Returns: Addr

this.GetNoteString

Full Usage: this.GetNoteString

Parameters:
Returns: string

Get the string representation of the note.

tblAddr : Addr
Returns: string

this.GetPotentialEndPointIndex

Full Usage: this.GetPotentialEndPointIndex

Parameters:
Returns: int

Get the potential end point of the jump table.

tblAddr : Addr
Returns: int

this.IsExpandable

Full Usage: this.IsExpandable

Parameters:
    tblAddr : Addr
    idx : int

Returns: bool

Check if the given index is expandable within the jump table.

tblAddr : Addr
idx : int
Returns: bool

this.Register

Full Usage: this.Register

Parameters:
Returns: JmpTableRegistrationResult

Create a new note for a newly found jump table, and return it. When we detect overlapping jump tables, we return the problematic jump table note, which should be reverted.

fnAddr : Addr
jmptbl : JmpTableInfo
Returns: JmpTableRegistrationResult

this.SetConfirmedEndPoint

Full Usage: this.SetConfirmedEndPoint

Parameters:
    tblAddr : Addr
    idx : int

Set the confirmed end point of the jump table.

tblAddr : Addr
idx : int

this.SetPotentialEndPointByAddr

Full Usage: this.SetPotentialEndPointByAddr

Parameters:

Set the potential end point of the jump table by giving the currently confirmed address.

tblAddr : Addr
confirmedAddr : Addr

this.SetPotentialEndPointByIndex

Full Usage: this.SetPotentialEndPointByIndex

Parameters:
    tblAddr : Addr
    confirmedIdx : int

Set the potential end point of the jump table by giving the currently confirmed index.

tblAddr : Addr
confirmedIdx : int

this.Unregister

Full Usage: this.Unregister

Parameters:

Unregister the given jump table note associated with the given function address. This means, we later found out that the jump table is really not a jump table.

tblAddr : Addr
fnAddr : Addr

Type something to start searching.