RegistryGuard is a C++ utility for monitoring Windows registry entries. It periodically checks specified registry values and triggers a callback if a monitored value deviates from its allowed values. This tool can be helpful for maintaining configurations or tracking unauthorized changes in registry settings.RegistryGuard.hpp and RegistryGuard.cpp in your project, ensuring access to Windows API and Logger.hpp for logging.CreateRegistryEntry to configure an entry with a key, subkey, value name, data type, and allowed values.OnRegistryChange function will be called if the registry value differs from the allowed list.Start() to begin monitoring and Stop() to end it.Posted Sep 2, 2026
Developed RegistryGuard, a C++ tool to monitor Windows registry entries.
0
0