JmpTableRegistrationResult Type
The result of jump table registration.
Union cases
| Union case |
Description
|
|
Registration has failed because there is an overlapping table. We return the address of the overlapping table.
|
Full Usage:
RegistrationSucceeded
|
Registration has succeeded. |
|
Registration has failed because there are two functions sharing the same table. We return the address of the function that previously registered the table.
|
Full Usage:
SharedByInstructions
|
Registration has failed because there are two different branches sharing the same table. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsOverlappingNote
Returns: bool
|
|
Full Usage:
this.IsRegistrationSucceeded
Returns: bool
|
|
Full Usage:
this.IsSharedByFunctions
Returns: bool
|
|
Full Usage:
this.IsSharedByInstructions
Returns: bool
|
|
B2R2