ElfSymbolTable.this

this(ElfFile file, size_t sectionIndex)

Constructor from an ELF section index.

The section should be either SHT_SYMTAB or SHT_DYNSYM. The associated string table section is automatically located.

Parameters

fileThe ELF file.
sectionIndexThe index of the symbol table section.

Throws

Exception if the section is not a valid symbol table or the

associated string table cannot be found.