dissect.target.loaders.ova#

Module Contents#

Classes#

OvaLoader

Load Open Virtual Appliance (OVA) files.

class dissect.target.loaders.ova.OvaLoader(path: pathlib.Path, **kwargs)#

Bases: dissect.target.loaders.ovf.OvfLoader

Load Open Virtual Appliance (OVA) files.

References

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.