ElfStringTable.getString

string getString(size_t offset)

Get a string by its offset in the string table.

Parameters

offsetThe 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.