Class DebugFixup
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.debug.DebugFixup
-
public class DebugFixup extends java.lang.Object
A possible implementation of the FIXUP debug directory. It may be inaccurate and/or incomplete.
-
-
Constructor Summary
Constructors Constructor Description DebugFixup()
DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugFixupElement[]
getDebugFixupElements()
Returns the array of FIXUP elements associated with this fixup debug directory.
-
-
-
Method Detail
-
getDebugFixupElements
public DebugFixupElement[] getDebugFixupElements()
Returns the array of FIXUP elements associated with this fixup debug directory.- Returns:
- the array of FIXUP elements associated with this fixup debug directory
-
-