mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Changed MemoryBlockSouceInfo into an interface
This commit is contained in:
parent
21d984c093
commit
290f26f100
13 changed files with 126 additions and 45 deletions
|
@ -33,7 +33,6 @@ import docking.widgets.table.AbstractSortedTableModel;
|
|||
|
||||
import ghidra.framework.model.DomainFile;
|
||||
import ghidra.framework.store.LockException;
|
||||
import ghidra.program.database.mem.MemoryBlockSourceInfo;
|
||||
import ghidra.program.model.address.*;
|
||||
import ghidra.program.model.listing.Program;
|
||||
import ghidra.program.model.mem.*;
|
||||
|
|
|
@ -23,7 +23,6 @@ import org.xml.sax.SAXParseException;
|
|||
|
||||
import ghidra.app.util.MemoryBlockUtils;
|
||||
import ghidra.app.util.importer.MessageLog;
|
||||
import ghidra.program.database.mem.MemoryBlockSourceInfo;
|
||||
import ghidra.program.model.address.*;
|
||||
import ghidra.program.model.listing.Program;
|
||||
import ghidra.program.model.mem.*;
|
||||
|
|
|
@ -35,7 +35,6 @@ import ghidra.app.plugin.core.gotoquery.GoToServicePlugin;
|
|||
import ghidra.app.plugin.core.navigation.NavigationHistoryPlugin;
|
||||
import ghidra.framework.plugintool.PluginTool;
|
||||
import ghidra.program.database.ProgramBuilder;
|
||||
import ghidra.program.database.mem.MemoryBlockSourceInfo;
|
||||
import ghidra.program.model.address.Address;
|
||||
import ghidra.program.model.listing.CodeUnit;
|
||||
import ghidra.program.model.listing.Program;
|
||||
|
|
|
@ -22,11 +22,9 @@ import org.junit.*;
|
|||
import generic.test.AbstractGenericTest;
|
||||
import ghidra.framework.cmd.Command;
|
||||
import ghidra.program.database.ProgramBuilder;
|
||||
import ghidra.program.database.mem.MemoryBlockSourceInfo;
|
||||
import ghidra.program.model.address.Address;
|
||||
import ghidra.program.model.listing.*;
|
||||
import ghidra.program.model.mem.MemoryBlock;
|
||||
import ghidra.program.model.mem.MemoryBlockType;
|
||||
import ghidra.program.model.mem.*;
|
||||
import ghidra.util.exception.RollbackException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -18,7 +18,6 @@ package ghidra.app.plugin.core.checksums;
|
|||
import java.io.InputStream;
|
||||
import java.util.List;
|
||||
|
||||
import ghidra.program.database.mem.MemoryBlockSourceInfo;
|
||||
import ghidra.program.model.address.Address;
|
||||
import ghidra.program.model.mem.*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue