dissect.target.loaders.pvm#

Module Contents#

Classes#

PvmLoader

Parallels VM directory (.pvm).

class dissect.target.loaders.pvm.PvmLoader(path: pathlib.Path, **kwargs)#

Bases: dissect.target.loaders.pvs.PvsLoader

Parallels VM directory (.pvm).

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.