Header menu logo B2R2

JmpTableRegistrationResult Type

The result of jump table registration.

Union cases

Union case Description

OverlappingNote note

Full Usage: OverlappingNote note

Parameters:

Registration has failed because there is an overlapping table. We return the address of the overlapping table.

note : JmpTableRecoveryNote

RegistrationSucceeded

Full Usage: RegistrationSucceeded

Registration has succeeded.

SharedByFunctions oldFnAddr

Full Usage: SharedByFunctions oldFnAddr

Parameters:

Registration has failed because there are two functions sharing the same table. We return the address of the function that previously registered the table.

oldFnAddr : Addr

SharedByInstructions

Full Usage: SharedByInstructions

Registration has failed because there are two different branches sharing the same table.

Instance members

Instance member Description

this.IsOverlappingNote

Full Usage: this.IsOverlappingNote

Returns: bool
Returns: bool

this.IsRegistrationSucceeded

Full Usage: this.IsRegistrationSucceeded

Returns: bool
Returns: bool

this.IsSharedByFunctions

Full Usage: this.IsSharedByFunctions

Returns: bool
Returns: bool

this.IsSharedByInstructions

Full Usage: this.IsSharedByInstructions

Returns: bool
Returns: bool

Type something to start searching.