obj
IRelocationTable
Represents an interface for accessing the relocation table in a binary file.
this.GetRelocatedAddr
Addr
Result<Addr, ErrorCase>
Return a relocation target address of the given virtual address if there is a corresponding relocation entry.
Virtual address be relocated.
Returns a relocated address for a given virtual address.
this.HasRelocationInfo
bool
Check if the given address has a relocation information.
True if the address has a relocation information, false otherwise.
Type something to start searching.