Class OMFLibrary
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.debug.OMFLibrary
-
public class OMFLibrary extends java.lang.Object
A class to represent the Object Module Format (OMF) Library data structure.
-
-
Constructor Summary
Constructors Constructor Description OMFLibrary()
DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getLibraries()
Returns the array of library names.
-