RegAlyzer is one of our oldest tools. If I check our version history, it ranges back two decades at least.
The Windows Registry is an essential part of Microsoft Windows where most of its configuration is stored. Malware needs to use it to be persistent, to be loaded when the system restarts (except for very few rare exceptions like MBR / EFI viruses, for example). So even early on in our fight against spyware, we regularly had to browse, search, and compare registry entries. Microsofts included regedit.exe had a lot of downsides that soon made us write our own, better, tool.
Features are, among others:
The Windows Registry is an essential part of Microsoft Windows where most of its configuration is stored. Malware needs to use it to be persistent, to be loaded when the system restarts (except for very few rare exceptions like MBR / EFI viruses, for example). So even early on in our fight against spyware, we regularly had to browse, search, and compare registry entries. Microsofts included regedit.exe had a lot of downsides that soon made us write our own, better, tool.
Features are, among others:
- Multiple browsers (tabs)
- Background search
- Regular expressions search
- Live Bookmarks
- Disassembler
- Value Interpretation
- Value Documentation
- Hive Snapshots