dissect.target.loaders.ova¶
Module Contents¶
Classes¶
Load Open Virtual Appliance (OVA) files. |
- class dissect.target.loaders.ova.OvaLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loaders.ovf.OvfLoaderLoad Open Virtual Appliance (OVA) files.
References
- ova¶
- static detect(path: pathlib.Path) bool¶
Detects wether this
Loaderclass can load this specificpath.- Parameters:
path – The target path to check.
- Returns:
Trueif thepathcan be loaded by aLoaderinstance.Falseotherwise.