ElfRelocationTable.getRelocation
ElfRelocation getRelocation(size_t index)Get a relocation by its index.
Parameters
index | The relocation index (0-based). |
Returns
The ElfRelocation at the given index.
Throws
Exception if the index is out of bounds.
ElfRelocation getRelocation(size_t index)Get a relocation by its index.
index | The relocation index (0-based). |