dissect.target.loaders.vma#

Module Contents#

Classes#

VmaLoader

Load Proxmox Virtual Machine Archive (VMA) files.

class dissect.target.loaders.vma.VmaLoader(path, **kwargs)#

Bases: dissect.target.loader.Loader

Load Proxmox Virtual Machine Archive (VMA) files.

References

static detect(path)#

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.

map(target)#

Maps the loaded path into a Target.

Parameters:

target – The target that we’re mapping into.