Header menu logo B2R2

ILinkageTable Type

Linkage table in a binary file.

Instance members

Instance member Description

this.GetLinkageTableEntries

Full Usage: this.GetLinkageTableEntries

Returns: LinkageTableEntry[] An array of linkage table entries, e.g., PLT entries for ELF files.
Modifiers: abstract

Return a list of all the linkage table entries from the binary.

Returns: LinkageTableEntry[]

An array of linkage table entries, e.g., PLT entries for ELF files.

this.IsLinkageTable

Full Usage: this.IsLinkageTable

Parameters:
Returns: bool True if the address is a linkage table address, false otherwise.
Modifiers: abstract

Return if a given address is an address of a linkage table entry.

arg0 : Addr
Returns: bool

True if the address is a linkage table address, false otherwise.

Type something to start searching.