getSymbolTable

fnElfSymbolTable getSymbolTable(ElfFile file)

Get the static symbol table (.symtab) from an ELF file.

Parameters

fileThe ELF file.

Returns

An ElfSymbolTable for the .symtab section.

Throws

Exception if the .symtab section cannot be found.