Header menu logo B2R2

BinSection Type

Represents a format-agnostic binary section.

Record fields

Record Field Description

Address

Full Usage: Address

Field type: Addr

Virtual address of the section.

Field type: Addr

FileSize

Full Usage: FileSize

Field type: uint64

Size of the section's file-backed data. 0 when the section occupies no space in the file (e.g., uninitialized data).

Field type: uint64

Kind

Full Usage: Kind

Field type: BinSectionKind

Section kind.

Field type: BinSectionKind

Name

Full Usage: Name

Field type: string

Section name.

Field type: string

Offset

Full Usage: Offset

Field type: uint64 option

File offset of the section. None when the format records no meaningful file position for the section. A section can have an offset yet hold no file-backed data (e.g., ELF .bss), in which case FileSize is 0.

Field type: uint64 option

Permission

Full Usage: Permission

Field type: Permission

Section permission.

Field type: Permission

Size

Full Usage: Size

Field type: uint64

Section size in memory.

Field type: uint64

Type something to start searching.