dissect.target.loaders.xva
¶
Module Contents¶
Classes¶
Load Citrix Hypervisor XVA format files. |
- class dissect.target.loaders.xva.XvaLoader(path, **kwargs)¶
Bases:
dissect.target.loader.Loader
Load Citrix Hypervisor XVA format files.
References
- path¶
- xva¶
- static detect(path)¶
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)¶
Maps the loaded path into a
Target
.- Parameters:
target – The target that we’re mapping into.