getSectionStringTable

fnElfStringTable getSectionStringTable(ElfFile file)

Get the section header string table from an ELF file.

This is a convenience function to extract the .shstrtab section.

Parameters

fileThe ELF file.

Returns

An ElfStringTable for the .shstrtab section.

Throws

Exception if .shstrtab section cannot be found or is not a string table.