MachoSegment

Represents a segment(common of 32 and 64) in a Mach-O file.

Properties

Link copied to clipboard
open override val fields: Map<String, Any>

Get all fields of the structure

Link copied to clipboard

File offset to the segment’s data.

Link copied to clipboard

Number of bytes occupied by the segment on disk.

Link copied to clipboard

Segment-level flags (SG_HIGHVM, SG_NORELOC, etc).

Link copied to clipboard

Initial virtual memory protections at load time.

Link copied to clipboard

Maximum virtual memory protections allowed.

Link copied to clipboard

Number of section_64 structures following this command.

Link copied to clipboard
Link copied to clipboard

Segment name (null-padded 16-byte ASCII string).

Link copied to clipboard

Starting virtual memory address of the segment.

Link copied to clipboard

Size of segment in virtual memory.