Class CoffSectionHeaderFlags

java.lang.Object
ghidra.app.util.bin.format.coff.CoffSectionHeaderFlags

public final class CoffSectionHeaderFlags extends Object
  • Field Details

    • STYP_REG

      public static final long STYP_REG
      Regular segment.
      See Also:
    • STYP_DSECT

      public static final long STYP_DSECT
      Dummy section.
      See Also:
    • STYP_NOLOAD

      public static final long STYP_NOLOAD
      No-load segment.
      See Also:
    • STYP_GROUP

      public static final long STYP_GROUP
      Group segment.
      See Also:
    • STYP_PAD

      public static final long STYP_PAD
      Pad segment.
      See Also:
    • STYP_COPY

      public static final long STYP_COPY
      Copy segment.
      See Also:
    • STYP_TEXT

      public static final long STYP_TEXT
      The section contains only executable code.
      See Also:
    • STYP_DATA

      public static final long STYP_DATA
      The section contains only initialized data.
      See Also:
    • STYP_BSS

      public static final long STYP_BSS
      The section defines uninitialized data.
      See Also:
    • STYP_EXCEPT

      public static final long STYP_EXCEPT
      Exception section
      See Also:
    • STYP_INFO

      public static final long STYP_INFO
      Comment section
      See Also:
    • STYP_OVER

      public static final long STYP_OVER
      Overlay section (defines a piece of another named section which has no bytes)
      See Also:
    • STYP_LIB

      public static final long STYP_LIB
      Library section
      See Also:
    • STYP_LOADER

      public static final long STYP_LOADER
      Loader section
      See Also:
    • STYP_DEBUG

      public static final long STYP_DEBUG
      Debug section
      See Also:
    • STYP_TYPECHK

      public static final long STYP_TYPECHK
      Type check section
      See Also:
    • STYP_OVRFLO

      public static final long STYP_OVRFLO
      RLD and line number overflow sec hdr section
      See Also:
  • Constructor Details

    • CoffSectionHeaderFlags

      public CoffSectionHeaderFlags()