ElfRelocationTable.getRelocation

ElfRelocation getRelocation(size_t index)

Get a relocation by its index.

Parameters

indexThe relocation index (0-based).

Returns

The ElfRelocation at the given index.

Throws

Exception if the index is out of bounds.