module MachO::Sections

Classes and constants for parsing sections in Mach-O binaries.

Constants

MAX_SECT_ALIGN

maximum specifiable section alignment, as a power of 2 @note see ‘MAXSECTALIGN` macro in `cctools/misc/lipo.c`

SECTION_ATTRIBUTES

association of section attribute symbols to values @api private

SECTION_ATTRIBUTES_MASK

attributes mask

SECTION_ATTRIBUTES_SYS_MASK

system settable attributes mask

SECTION_ATTRIBUTES_USR_MASK

user settable attributes mask

SECTION_FLAGS

association of section flag symbols to values @api private

SECTION_NAMES

association of section name symbols to names @api private

SECTION_TYPES

association of section type symbols to values @api private

SECTION_TYPE_MASK

type mask