GP-3034 GZF/GDT Import/Export improvements

This commit is contained in:
ghidra1
2023-02-06 09:48:54 -05:00
parent b1cf7d1b61
commit af989e0ff6
18 changed files with 588 additions and 239 deletions
@@ -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 {