ElfStringTable.getString
string getString(size_t offset)Get a string by its offset in the string table.
Parameters
offset | The offset in the string table where the string starts. |
Returns
The string at the given offset.
Throws
Exception if the offset is out of bounds.