Skip to main content

Crate vhdx

Crate vhdx 

Source
Expand description

Pure-Rust read-only VHDX container reader.

Decodes the MS-VHDX outer container format and exposes a Read + Seek interface over the virtual sector stream.

§Supported formats

  • VHDX Version 1 (Windows 8+ / Server 2012+)
  • Dynamic disks
  • Fixed disks

§Layer

CONTAINER — equivalent role to ewf for E01 images.

Modules§

header
metadata
region

Structs§

VhdxReader
Read-only VHDX container reader.

Enums§

VhdxError

Constants§

FILE_MAGIC
Well-known VHDX file magic (first 8 bytes of every VHDX file).

Type Aliases§

Result