hivex

Extract and analyze Windows Registry hive files on Unix-like systems

brewmacoslinux
Try with needOr install directly
Source

About

Library and tools for extracting the contents of Windows Registry hive files

Commands

hivexshhivexmlhivexregedithivexget

Examples

Interactive exploration of a Windows Registry hive file$ hivexsh /path/to/HKLM
Convert a hive file to XML format for analysis$ hivexml /path/to/SAM > registry_dump.xml
Extract a specific registry key value from a hive file$ hivexget /path/to/SOFTWARE 'Microsoft\Windows\CurrentVersion' ProductName