modifiedmethod:
markup
added throws DuplicateNameException; added throws IOException; added throws MemoryAccessException
- void markup(ghidra.program.model.listing.Program program, boolean isBinary, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log, ghidra.app.util.bin.format.pe.NTHeader nt) throws CodeUnitInsertionException
+ void markup(ghidra.program.model.listing.Program program, boolean isBinary, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log, ghidra.app.util.bin.format.pe.NTHeader nt) throws CodeUnitInsertionException, DuplicateNameException, IOException, MemoryAccessException