getSymbolTable
fn
ElfSymbolTable getSymbolTable(ElfFile file)Get the static symbol table (.symtab) from an ELF file.
Parameters
file | The ELF file. |
Returns
An ElfSymbolTable for the .symtab section.
Throws
Exception if the .symtab section cannot be found.