Package ghidra.framework.main.datatree
Interface ArchiveProvider
public interface ArchiveProvider
An interface to be implemented by any class that can return a list of Archives.
For example, the tool's data type manager can return a list of archives within the project.
-
Method Summary
-
Method Details
-
getArchives
List<ghidra.app.plugin.core.datamgr.archive.Archive> getArchives()
-