Class DecompileDebugByteManager

java.lang.Object
ghidra.app.util.opinion.DecompileDebugByteManager

public class DecompileDebugByteManager extends Object
Manager to hold byte information from the <bytechunk> tags inside the Decompiler Debug's XML.
  • Constructor Details

    • DecompileDebugByteManager

      public DecompileDebugByteManager(TaskMonitor monitor, Program prog, String programName)
      Parameters:
      monitor - TaskMonitor
      prog - main program
      programName - name of program
  • Method Details

    • parse

      public void parse(XmlPullParser parser, XmlMessageLog log)
      Parse the <bytechunk> tag - has the memory offset and the raw bytes
      Parameters:
      parser - XmlPullParser
      log - Xml