B2R2


MachSection Type

Mach-O section.

Record fields

Record Field Description

SecAddr

Full Usage: SecAddr

Field type: Addr

The virtual memory address of this section.

Field type: Addr

SecAlignment

Full Usage: SecAlignment

Field type: uint32

The section’s byte alignment.

Field type: uint32

SecAttrib

Full Usage: SecAttrib

Field type: SectionAttribute

Section attributes.

Field type: SectionAttribute

SecName

Full Usage: SecName

Field type: string

Section name.

Field type: string

SecNumOfReloc

Full Usage: SecNumOfReloc

Field type: int

The number of relocation entries located at SecRelOff for this section.

Field type: int

SecOffset

Full Usage: SecOffset

Field type: uint32

The offset to this section in the file.

Field type: uint32

SecRelOff

Full Usage: SecRelOff

Field type: uint32

The file offset of the first relocation entry for this section.

Field type: uint32

SecReserved1

Full Usage: SecReserved1

Field type: int

Reserved field 1.

Field type: int

SecReserved2

Full Usage: SecReserved2

Field type: int

Reserved field 2.

Field type: int

SecSize

Full Usage: SecSize

Field type: uint64

The size of this section.

Field type: uint64

SecType

Full Usage: SecType

Field type: SectionType

Section type.

Field type: SectionType

SegName

Full Usage: SegName

Field type: string

The name of the segment that should eventually contain this section.

Field type: string