Header menu logo B2R2

ELFSymbolInfo Type

Main data structure for storing symbol information.

Record fields

Record Field Description

AddrToSymbTable

Full Usage: AddrToSymbTable

Field type: Dictionary<Addr, ELFSymbol>

Address to symbol mapping.

Field type: Dictionary<Addr, ELFSymbol>

SecNumToSymbTbls

Full Usage: SecNumToSymbTbls

Field type: Dictionary<int, ELFSymbol[]>

A mapping from a section number to the corresponding symbol table.

Field type: Dictionary<int, ELFSymbol[]>

VersionTable

Full Usage: VersionTable

Field type: Dictionary<uint16, string>

Linux-specific symbol version table containing versions required to link.

Field type: Dictionary<uint16, string>

Type something to start searching.