Class SegmentConstants
java.lang.Object
ghidra.app.util.bin.format.macho.commands.SegmentConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
If this flag bit is set, the segment contains Apple protection.static final int
Read protection flag.static final int
Write protection flag.static final int
Execute protection flag. -
Constructor Summary
-
Method Summary
-
Field Details
-
PROTECTION_R
public static final int PROTECTION_RRead protection flag.- See Also:
-
PROTECTION_W
public static final int PROTECTION_WWrite protection flag.- See Also:
-
PROTECTION_X
public static final int PROTECTION_XExecute protection flag.- See Also:
-
FLAG_APPLE_PROTECTED
public static final int FLAG_APPLE_PROTECTEDIf this flag bit is set, the segment contains Apple protection.- See Also:
-
-
Constructor Details
-
SegmentConstants
public SegmentConstants()
-