ElfStringTable.findString
size_t findString(string str)Find the offset of a string in the string table.
This method searches for an exact match of the given string.
Parameters
str | The string to search for. |
Returns
The offset of the string if found, or size_t.max if not found.