Package ghidra.app.util.bin.format.coff
Class CoffSectionHeaderReserved
java.lang.Object
ghidra.app.util.bin.format.coff.CoffSectionHeaderReserved
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Assuming the underlying processor is word aligned, then this value indicates that a section is byte aligned. -
Constructor Summary
-
Method Summary
-
Field Details
-
EXPLICITLY_BYTE_ALIGNED
public static final int EXPLICITLY_BYTE_ALIGNEDAssuming the underlying processor is word aligned, then this value indicates that a section is byte aligned.- See Also:
-
-
Constructor Details
-
CoffSectionHeaderReserved
public CoffSectionHeaderReserved()
-