Header menu logo B2R2

JmpTableInfo Type

Jump table information.

Record fields

Record Field Description

EntrySize

Full Usage: EntrySize

Field type: int

The size of each entry in the jump table (in bytes).

Field type: int

InsAddr

Full Usage: InsAddr

Field type: Addr

The address of the indirect branch instruction corresponding to the jump table.

Field type: Addr

JumpBase

Full Usage: JumpBase

Field type: Addr

The base address to be added to compute the final jump target.

Field type: Addr

NumEntries

Full Usage: NumEntries

Field type: int
Modifiers: mutable

The number of entries in the jump table.

Field type: int

TableAddress

Full Usage: TableAddress

Field type: Addr

The address of the jump table.

Field type: Addr

Type something to start searching.