parse_registry
Parse Windows registry hives (e.g., NTUSER.DAT, SYSTEM) to extract forensic evidence, with optional navigation to specific keys.
Instructions
Parse a Windows registry hive. Optionally navigate to a specific key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hive_path | Yes | Path to hive file (NTUSER.DAT, SYSTEM, etc.) | |
| key_path | No | Registry key path within hive (optional) |