B2R2


LinkageTableEntry Type

Linkage table entry object, which basically refers to PLT or IAT.

Record fields

Record Field Description

FuncName

Full Usage: FuncName

Field type: string

Target function name for dynamic linking.

Field type: string

LibraryName

Full Usage: LibraryName

Field type: string

Corresponding library name.

Field type: string

TableAddress

Full Usage: TableAddress

Field type: Addr

The address of the table that stores the actual target address, e.g., GOT.

Field type: Addr

TrampolineAddress

Full Usage: TrampolineAddress

Field type: Addr

Trampoline code address, e.g., PLT.

Field type: Addr