getDynamicSymbolTable

fnElfSymbolTable getDynamicSymbolTable(ElfFile file)

Get the dynamic symbol table (.dynsym) from an ELF file.

Parameters

fileThe ELF file.

Returns

An ElfSymbolTable for the .dynsym section.

Throws

Exception if the .dynsym section cannot be found.