ElfSymbolTable.getSymbol

ElfSymbol getSymbol(size_t index)

Get a symbol by its index.

Parameters

indexThe symbol index (0-based).

Returns

The ElfSymbol at the given index.

Throws

Exception if the index is out of bounds.