ElfSymbolTable.getSymbol
ElfSymbol getSymbol(size_t index)Get a symbol by its index.
Parameters
index | The symbol index (0-based). |
Returns
The ElfSymbol at the given index.
Throws
Exception if the index is out of bounds.
ElfSymbol getSymbol(size_t index)Get a symbol by its index.
index | The symbol index (0-based). |