Class OMFModule

java.lang.Object
ghidra.app.util.bin.format.pe.debug.OMFModule

public class OMFModule extends Object
 typedef struct OMFModule {
     unsigned short  ovlNumber;      // overlay number
     unsigned short  iLib;           // library that the module was linked from
     unsigned short  cSeg;           // count of number of segments in module
     char            Style[2];       // debugging style "CV"
     OMFSegDesc      SegInfo[1];     // describes segments in module
     char            Name[];         // length prefixed module name padded to long word boundary
 } OMFModule;
 
  • Method Details

    • getOvlNumber

      public short getOvlNumber()
    • getILib

      public short getILib()
    • getStyle

      public short getStyle()
    • getName

      public String getName()
    • getOMFSegDescs

      public OMFSegDesc[] getOMFSegDescs()
      Returns the OMF segment descriptions in this OMF module.
      Returns:
      the OMF segment descriptions in this OMF module