Package ghidra.formats.gfilesystem.factory
-
Interface Summary Interface Description GFileSystemFactory<FSTYPE extends GFileSystem> An empty interface that is a common type for the real factory interfaces to derive from.GFileSystemFactoryByteProvider<FSTYPE extends GFileSystem> AGFileSystemFactoryinterface for filesystem implementations that use aByteProvider.GFileSystemProbe An empty interface that is a common type for the real probe interfaces to derive from.GFileSystemProbeByteProvider AGFileSystemProbeinterface for filesystems that need to examine aByteProvider.GFileSystemProbeBytesOnly AGFileSystemProbeinterface for filesystems that can be detected using just a few bytes from the beginning of the containing file. -
Class Summary Class Description FileSystemFactoryMgr Statically scoped mugger that handles the dirty work of probing for and creatingGFileSysteminstances.FileSystemInfoRec Holds information read from aFileSystemInfoannotation.GFileSystemBaseFactory AGFileSystemFactoryimplementation that probes and creates instances ofGFileSystemBasewhich use the legacy filesystem lifecycle pattern.GFileSystemFactoryIgnore Marker class that tells theFileSystemFactoryMgrto not register this filesystem instance.