B2R2


SectionInfo Type

Section information.

Record fields

Record Field Description

DynSymSecNums

Full Usage: DynSymSecNums

Field type: int list

Dynamic symbol section numbers.

Field type: int list

SecByAddr

Full Usage: SecByAddr

Field type: ARMap<ELFSection>

Section by address.

Field type: ARMap<ELFSection>

SecByName

Full Usage: SecByName

Field type: Map<string, ELFSection>

Section by name.

Field type: Map<string, ELFSection>

SecByNum

Full Usage: SecByNum

Field type: ELFSection[]

Section by its number.

Field type: ELFSection[]

StaticSymSecNums

Full Usage: StaticSymSecNums

Field type: int list

Static symbol section numbers.

Field type: int list

VerDefSec

Full Usage: VerDefSec

Field type: ELFSection option

GNU version definition section.

Field type: ELFSection option

VerNeedSec

Full Usage: VerNeedSec

Field type: ELFSection option

GNU version need section.

Field type: ELFSection option

VerSymSec

Full Usage: VerSymSec

Field type: ELFSection option

GNU version symbol section.

Field type: ELFSection option