dissect.target.loaders.vmwarevm
#
Module Contents#
Classes#
Load VMware virtual machine configuration (VMX) files. |
- class dissect.target.loaders.vmwarevm.VmwarevmLoader(path: pathlib.Path, **kwargs)#
Bases:
dissect.target.loaders.vmx.VmxLoader
Load VMware virtual machine configuration (VMX) files.
References
- static detect(path: pathlib.Path) bool #
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.