dissect.target.loaders.vmx
¶
Module Contents¶
Classes¶
Load VMware virtual machine configuration (VMX) files. |
- class dissect.target.loaders.vmx.VmxLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loader.Loader
Load VMware virtual machine configuration (VMX) files.
References
- vmx¶
- 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.
- map(target: dissect.target.target.Target) None ¶
Maps the loaded path into a
Target
.- Parameters:
target – The target that we’re mapping into.