mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 05:56:32 +08:00
GP-3034 GZF/GDT Import/Export improvements
This commit is contained in:
@@ -42,6 +42,14 @@ public class SkeletonExporter extends Exporter {
|
||||
super("My Exporter", "exp", null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsAddressRestrictedExport() {
|
||||
|
||||
// TODO: return true if addrSet export parameter can be used to restrict export
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean export(File file, DomainObject domainObj, AddressSetView addrSet,
|
||||
TaskMonitor monitor) throws ExporterException, IOException {
|
||||
|
||||
Reference in New Issue
Block a user