package
0.1.5
Repository: https://github.com/google/osv-scalibr.git
Documentation: pkg.go.dev

# Functions

NewFromFile creates a new offline registry abstraction from a file.

# Structs

OfflineKey wraps a regparser.CM_KEY_NODE to provide an implementation of the registry.Key interface.
OfflineRegistry wraps the regparser library to provide offline (from file) parsing of the Windows registry.
OfflineValue wraps a regparser.CM_KEY_VALUE to provide an implementation of the registry.Value interface.

# Interfaces

Key represents a specific registry key.
Registry represents an open registry hive.
Value represents a value inside a specific key.