dissect.regf

Submodules

Package Contents

Classes

exception dissect.regf.Error

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.regf.RegistryKeyNotFoundError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.regf.RegistryValueNotFoundError

Bases: Error

Common base class for all non-exit exceptions.

class dissect.regf.RegistryHive(fh: BinaryIO)
fh
header
version
filename
dirty
in_transaction
cell
root() KeyNode
cell_data(offset: int) bytes
parse_cell_data(data: bytes) CellType
open(path: str) CellType
walk() collections.abc.Iterator[tuple[int, bool, CellType | bytes]]