dissect.target.loaders.vma¶
Module Contents¶
Classes¶
Load Proxmox Virtual Machine Archive (VMA) files. |
- class dissect.target.loaders.vma.VmaLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loader.LoaderLoad Proxmox Virtual Machine Archive (VMA) files.
References
- vma¶
- 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.
- map(target: dissect.target.target.Target) None¶
Maps the loaded path into a
Target.- Parameters:
target – The target that we’re mapping into.