Header menu logo B2R2

RelocationInfo Type

Represents relocation information, which internally stores a collection of relocation entries indexed by their addresses.

Instance members

Instance member Description

this.Contains

Full Usage: this.Contains

Parameters:
    addr : uint64

Returns: bool

Checks if there exists a relocation entry at the given address.

addr : uint64
Returns: bool

this.Entries

Full Usage: this.Entries

Returns: ValueCollection<uint64, RelocationEntry>

Returns all relocation entries.

Returns: ValueCollection<uint64, RelocationEntry>

this.Find

Full Usage: this.Find

Parameters:
    addr : uint64

Returns: RelocationEntry

Finds a relocation entry at the given address.

addr : uint64
Returns: RelocationEntry

this.TryFind

Full Usage: this.TryFind

Parameters:
    addr : uint64

Returns: Result<RelocationEntry, ErrorCase>

Tries to find a relocation entry at the given address.

addr : uint64
Returns: Result<RelocationEntry, ErrorCase>

Type something to start searching.