regipy

Offline Windows registry hive parsing and analysis tool

brewmacoslinux
Try with needOr install directly
Source

About

Offline registry hive parsing tool

Commands

regipy-parseregipy

Examples

Parse a Windows registry hive file and display its contents$ regipy-parse /path/to/NTUSER.DAT
Export registry hive data to JSON format$ regipy-parse /path/to/SYSTEM -o json > output.json
Search for specific keys or values within a registry hive$ regipy-parse /path/to/SOFTWARE | grep -i 'uninstall'