Class SegmentConstants
java.lang.Object
ghidra.app.util.bin.format.macho.commands.SegmentConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIf this flag bit is set, the segment contains Apple protection.static final intRead protection flag.static final intWrite protection flag.static final intExecute protection flag. -
Constructor Summary
Constructors -
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()
-