Header menu logo B2R2

IRelocationTable Type

Represents an interface for accessing the 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.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.