Class DebugFixupElement
java.lang.Object
ghidra.app.util.bin.format.pe.debug.DebugFixupElement
A possible implementation of the FIXUP debug directory elements.
It may be inaccurate and/or incomplete.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the first address of this FIXUP element.int
Returns the second address of this FIXUP element.int
getType()
Returns the FIXUP element type.
-
Method Details
-
getType
public int getType()Returns the FIXUP element type.- Returns:
- the FIXUP element type
-
getAddress1
public int getAddress1()Returns the first address of this FIXUP element.- Returns:
- the first address of this FIXUP element
-
getAddress2
public int getAddress2()Returns the second address of this FIXUP element.- Returns:
- the second address of this FIXUP element
-