Class SegmentConstants

java.lang.Object
ghidra.app.util.bin.format.macho.commands.SegmentConstants

public final class SegmentConstants extends Object
  • Field Details

    • PROTECTION_R

      public static final int PROTECTION_R
      Read protection flag.
      See Also:
    • PROTECTION_W

      public static final int PROTECTION_W
      Write protection flag.
      See Also:
    • PROTECTION_X

      public static final int PROTECTION_X
      Execute protection flag.
      See Also:
    • FLAG_APPLE_PROTECTED

      public static final int FLAG_APPLE_PROTECTED
      If this flag bit is set, the segment contains Apple protection.
      See Also:
  • Constructor Details

    • SegmentConstants

      public SegmentConstants()