https://blogger.googleusercontent.com/img/a/AVvXsEhAviw-wU15OnHs0D7g_WJ34WVHsZgYIu_2mKBz2rKS05ZZdfX3jqJaSEsfuaki7tg-7_iR2_A6ktyKwi7Ro8k_yg564swXjntcigZVObnYNtWzXrwbON3uwqqzyTlp0vLlC3xoJs93MIF7wAegt7mprhd4sNmHhpHBoxid38g3UEE0ixt9ZJOmgkqW=s728

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

Requirements

  • Python 3.8+

Installation

Download the latest version from the releases page. Alternatively, use one of the following methods.

pip (recommended)

  • pip install registryspy
  • registryspy

Manual

  • pip install -r requirements.txt
  • python setup.py install
  • registryspy

Standalone

  • pip install -r requirements.txt
  • python registryspy.py

Screenshots

Main Window

Find Dialog

Building

Dependencies:

  • PyInstaller 4.5+

Regular building: pyinstaller registryspy_install.spec

Creating a single file: pyinstaller registryspy_onefile.spec