dissect.target.loaders.libvirt
¶
Module Contents¶
Classes¶
Load libvirt xml configuration files. |
- class dissect.target.loaders.libvirt.LibvirtLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loader.Loader
Load libvirt xml configuration files.
- base_dir¶
- static detect(path: pathlib.Path) bool ¶
Detects wether this
Loader
class can load this specificpath
.- Parameters:
path – The target path to check.
- Returns:
True
if thepath
can be loaded by aLoader
instance.False
otherwise.
- map(target: dissect.target.target.Target) None ¶
Maps the loaded path into a
Target
.- Parameters:
target – The target that we’re mapping into.