Package ghidra.app.util.bin.format.pe.debug
package ghidra.app.util.bin.format.pe.debug
-
ClassDescriptionA class to represent the code view debug information.Constants defined in Code View Debug information.A class to represent the Object Module Format (OMF) code view symbol table.A class to represent the COFF Line number data structure.A class to represent the COFF symbol data structure.A class to represent the COFF Auxiliary Symbol data structure.A class to represent the COFF Symbols Header.A class to represent the COFF Symbol Table.A class to represent the Debug Directory data structure.A helper class to parsing different types of debug information from a debug directoryA possible implementation of the FIXUP debug directory.A possible implementation of the FIXUP debug directory elements.A class to represent the
IMAGE_DEBUG_MISC
struct as defined inwinnt.h
.A base class for Object Module Format (OMF) symbols.A class to represent the Object Module Format (OMF) alignment symbol.A class to represent the Object Module Format (OMF) File Index data structure.A class to represent the Object Module Format (OMF) Global data structure.A class to represent the Object Module Format (OMF) Library data structure.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;A class to represent the Object Module Format (OMF) Segment Descriptor data structure.typedef struct OMFSegMap { unsigned short cSeg; // total number of segment descriptors unsigned short cSegLog; // number of logical segment descriptors OMFSegMapDesc rgDesc[0]; // array of segment descriptors };A class to represent the Object Module Format (OMF) Segment Mapping Descriptor data structure.A class to represent the Object Module Format (OMF) Source Module data structure.A class to represent the Object Module Format (OMF) Source Module File data structure.A class to represent the Object Module Format (OMF) Source Module Line data structure.A class to convert from debug data types into Ghidra data types.A class to represent the S_BPREL32_NEW data structure.A class to represent the S_GPROC32_NEW data structure.