Registry-Spy is a free, open-source cross-platform Windows Registry viewer. It is a fast, modern, and versatile explorer for raw registry files.
Features include:
- Fast, on-the-fly parsing means no upfront overhead
- Open multiple hives at a time
- Searching
- Hex viewer
- Modification timestamps
- Python 3.8+
Download the latest version from the releases page. Alternatively, use one of the following methods.
pip install registryspy
registryspy
pip install -r requirements.txt
python setup.py install
registryspy
pip install -r requirements.txt
python registryspy.py
Find Dialog
Building
Dependencies:
- PyInstaller 4.5+
Regular building: pyinstaller registryspy_install.spec
Creating a single file: pyinstaller registryspy_onefile.spec