dissect.target.loaders.pvm¶
Module Contents¶
Classes¶
Parallels VM directory (.pvm). |
- class dissect.target.loaders.pvm.PvmLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loaders.pvs.PvsLoaderParallels VM directory (.pvm).
- 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.