B2R2


Section Type

A section object defined in a file-format-agnostic way. A Section in B2R2 should be located inside a segment.

Record fields

Record Field Description

Address

Full Usage: Address

Field type: Addr

Address of the section.

Field type: Addr

FileOffset

Full Usage: FileOffset

Field type: uint64

File offset of the seciton.

Field type: uint64

Kind

Full Usage: Kind

Field type: SectionKind

Section kind.

Field type: SectionKind

Name

Full Usage: Name

Field type: string

Name of the section.

Field type: string

Size

Full Usage: Size

Field type: uint64

Size of the section.

Field type: uint64

Instance members

Instance member Description

this.ToAddrRange()

Full Usage: this.ToAddrRange()

Returns: AddrRange

Convert the section into an AddrRange based on its starting address and the size.

Returns: AddrRange