Class DebugFixupElement

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

public class DebugFixupElement extends Object
A possible implementation of the FIXUP debug directory elements. It may be inaccurate and/or incomplete.
  • 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