JmpTableRecoveryNote Type
A note (or a recovery state) for jump table recovery.
Record fields
| Record Field |
Description
|
Base address used to compute the final jump target.
|
|
|
Confirmed end point of the jump table. We use inclusive range.
|
Full Usage:
EntrySize
Field type: int
|
Jump table entry size.
|
|
Address of the host function that contains the indirect jump instruction.
|
Indirect jump instruction address.
|
|
|
Potential end point (the upperbound) of the jump table. We use inclusive range.
|
|
Starting point of the jump table.
|
B2R2