Skip to main content

Crate winreg_format

Crate winreg_format 

Source
Expand description

Windows Registry (REGF) binary format definitions.

Pure type definitions with zero I/O. All structs derive BinRead for declarative parsing from byte streams.

Modules§

bytes
Bounds-checked little-endian readers (panic-free on crafted offsets).
cells
Cell types and the CellOffset newtype.
flags
Bitflags and enums for registry cell fields.
hbin
Hive bin (hbin) header — 32-byte container header within a hive file.
header
REGF base block (header) — first 4096 bytes of a hive file.
version
REGF hive version enumeration.