listSymbols

fnauto listSymbols(ElfFile file)

List all symbols in an ELF file.

Returns a range of SymbolInfo for all symbols, excluding the null symbol.

Parameters

fileThe ELF file to list symbols from.

Returns

A range of SymbolInfo for all symbols.

Throws

Exception if the symbol table cannot be found or read.