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