mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-2845: Removing MemoryConflictHandler.
This commit is contained in:
parent
07129cca77
commit
7617f30756
36 changed files with 103 additions and 213 deletions
|
@ -20,7 +20,6 @@ import java.util.*;
|
|||
|
||||
import ghidra.app.util.Option;
|
||||
import ghidra.app.util.bin.ByteProvider;
|
||||
import ghidra.app.util.importer.MemoryConflictHandler;
|
||||
import ghidra.app.util.importer.MessageLog;
|
||||
import ghidra.app.util.opinion.AbstractLibrarySupportLoader;
|
||||
import ghidra.app.util.opinion.LoadSpec;
|
||||
|
@ -55,7 +54,7 @@ public class SkeletonLoader extends AbstractLibrarySupportLoader {
|
|||
|
||||
@Override
|
||||
protected void load(ByteProvider provider, LoadSpec loadSpec, List<Option> options,
|
||||
Program program, MemoryConflictHandler handler, TaskMonitor monitor, MessageLog log)
|
||||
Program program, TaskMonitor monitor, MessageLog log)
|
||||
throws CancelledException, IOException {
|
||||
|
||||
// TODO: Load the bytes from 'provider' into the 'program'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue