Represents a segment(common of 32 and 64) in a Mach-O file.
Get all fields of the structure
File offset to the segment’s data.
Number of bytes occupied by the segment on disk.
Segment-level flags (SG_HIGHVM, SG_NORELOC, etc).
Initial virtual memory protections at load time.
Maximum virtual memory protections allowed.
Number of section_64 structures following this command.
section_64
Segment name (null-padded 16-byte ASCII string).
Starting virtual memory address of the segment.
Size of segment in virtual memory.