Header menu logo B2R2

IRelocationTable Type

Relocation table in a binary file.

Instance members

Instance member Description

this.GetRelocatedAddr

Full Usage: this.GetRelocatedAddr

Parameters:
    relocAddr : Addr - Virtual address be relocated.

Returns: Result<Addr, ErrorCase> Returns a relocated address for a given virtual address.
Modifiers: abstract

Return a relocation target address of the given virtual address if there is a corresponding relocation entry.

relocAddr : Addr

Virtual address be relocated.

Returns: Result<Addr, ErrorCase>

Returns a relocated address for a given virtual address.

this.GetRelocationInfos

Full Usage: this.GetRelocationInfos

Returns: Symbol[] An array of relocation symbols.
Modifiers: abstract

Return a list of all symbols for relocatable entries in the binary.

Returns: Symbol[]

An array of relocation symbols.

this.HasRelocationInfo

Full Usage: this.HasRelocationInfo

Parameters:
Returns: bool True if the address has a relocation information, false otherwise.
Modifiers: abstract

Check if the given address has a relocation information.

arg0 : Addr
Returns: bool

True if the address has a relocation information, false otherwise.

Type something to start searching.