SegmentCommand
Represents a LC_SEGMENT load command in a 32-bit Mach-O file.
Defines a segment that maps a range of file bytes into the address space of the process at runtime, with optional section structures following it.
Properties
Link copied to clipboard
Segment-level flags (e.g., SG_HIGHVM, SG_NORELOC).
Link copied to clipboard
Initial memory protections when loaded.
Link copied to clipboard
Maximum allowed memory protections for this segment.
Link copied to clipboard
Always returns MachoLoadCommandType.LC_SEGMENT.