getSectionStringTable
fn
ElfStringTable getSectionStringTable(ElfFile file)Get the section header string table from an ELF file.
This is a convenience function to extract the .shstrtab section.
Parameters
file | The ELF file. |
Returns
An ElfStringTable for the .shstrtab section.
Throws
Exception if .shstrtab section cannot be found or is not a string table.