dissect.target.plugins.general.loaders¶
Module Contents¶
Classes¶
Plugin to list the available loaders. |
- class dissect.target.plugins.general.loaders.LoaderListPlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugin.PluginPlugin to list the available loaders.
- check_compatible() None¶
Perform a compatibility check with the target.
This function should return
Noneif the plugin is compatible with the current target (self.target). For example, check if a certain file exists. Otherwise it should raise anUnsupportedPluginError.- Raises:
UnsupportedPluginError – If the plugin could not be loaded.
- loaders(json: bool = False) None¶
List the available loaders.