dissect.target.loaders.vmwarevm¶
Module Contents¶
Classes¶
Load |
- class dissect.target.loaders.vmwarevm.VmwarevmLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loaders.vmx.VmxLoaderLoad
*.vmwarevmfolders from VMware Fusion.- 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.