Module vmdk

Source
Expand description

VMDK implementation.

Structsยง

Vmdk
VMDK disk image format implementation.
VmdkDesc ๐Ÿ”’
VMDK descriptor information.
VmdkExtent ๐Ÿ”’
VMDK extent
VmdkOpenBuilder
Options builder for opening a VMDK image.
VmdkParsedExtent ๐Ÿ”’
VMDK extent descriptor information after parsing, before opening

Enumsยง

VmdkAccessType ๐Ÿ”’
Access type for VMDK extents
VmdkParsedStorage ๐Ÿ”’
VMDK extent information after parsing, before opening
VmdkStorage ๐Ÿ”’
Represents the data storage for a VMDK extent

Constantsยง

VMDK4_MAGIC ๐Ÿ”’
VMDK SPARSE data signature
VMDK_SECTOR_SIZE ๐Ÿ”’
As usual, VMDK sector size is 512 bytes as a fixed value
VMDK_VERSION_RANGE ๐Ÿ”’
Supported version range

Functionsยง

parse_desc_value ๐Ÿ”’
Helper to parse an integer from the descriptor file.
strip_quotes ๐Ÿ”’
Remove double quotes around input if there are any.