Class OMFAlignSym
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.debug.OMFAlignSym
-
public class OMFAlignSym extends java.lang.Object
A class to represent the Object Module Format (OMF) alignment symbol.
-
-
Constructor Summary
Constructors Constructor Description OMFAlignSym()
DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPad()
Returns the alignment padding bytes.
-