dissect.target.loaders.vmwarevm#

Module Contents#

Classes#

VmwarevmLoader

Load *.vmwarevm folders from VMware Fusion.

class dissect.target.loaders.vmwarevm.VmwarevmLoader(path: pathlib.Path, **kwargs)#

Bases: dissect.target.loaders.vmx.VmxLoader

Load *.vmwarevm folders from VMware Fusion.

static detect(path: pathlib.Path) bool#

Detects wether this Loader class can load this specific path.

Parameters:

path – The target path to check.

Returns:

True if the path can be loaded by a Loader instance. False otherwise.