Package ghidra.app.util.opinion
Class DecompileDebugByteManager
java.lang.Object
ghidra.app.util.opinion.DecompileDebugByteManager
Manager to hold byte information from the
<bytechunk> tags inside the Decompiler Debug's
XML.-
Constructor Summary
ConstructorsConstructorDescriptionDecompileDebugByteManager(TaskMonitor monitor, Program prog, String programName) -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(XmlPullParser parser, XmlMessageLog log) Parse the<bytechunk>tag - has the memory offset and the raw bytes
-
Constructor Details
-
DecompileDebugByteManager
- Parameters:
monitor- TaskMonitorprog- main programprogramName- name of program
-
-
Method Details
-
parse
Parse the<bytechunk>tag - has the memory offset and the raw bytes- Parameters:
parser- XmlPullParserlog- Xml
-