mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-2624: Removing library support from a bunch of loaders that shouldn't
have it
This commit is contained in:
parent
f7bb9e9e43
commit
56293636d0
10 changed files with 122 additions and 20 deletions
|
@ -21,7 +21,7 @@ import java.util.*;
|
|||
import ghidra.app.util.Option;
|
||||
import ghidra.app.util.bin.ByteProvider;
|
||||
import ghidra.app.util.importer.MessageLog;
|
||||
import ghidra.app.util.opinion.AbstractLibrarySupportLoader;
|
||||
import ghidra.app.util.opinion.AbstractProgramWrapperLoader;
|
||||
import ghidra.app.util.opinion.LoadSpec;
|
||||
import ghidra.framework.model.DomainObject;
|
||||
import ghidra.program.model.listing.Program;
|
||||
|
@ -31,7 +31,7 @@ import ghidra.util.task.TaskMonitor;
|
|||
/**
|
||||
* TODO: Provide class-level documentation that describes what this loader does.
|
||||
*/
|
||||
public class SkeletonLoader extends AbstractLibrarySupportLoader {
|
||||
public class SkeletonLoader extends AbstractProgramWrapperLoader {
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue