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
|
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
|
Check if the given index is expandable within the jump table.
|
Full Usage:
this.Register
Parameters:
Addr
jmptbl : JmpTableInfo
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.
|
|
Set the confirmed end point of the jump table.
|
|
|
|
Set the potential end point of the jump table by giving the currently confirmed index.
|
|
B2R2