Monday, November 1, 2021

Case Study 8: MFC with registry classes

Case Study 8: MFC with registry classes

  1. NtRegEdit - Native Registry Editor
  2. A replacement for the Registry Editor by Microsoft..

  3. Cryptest (MFC Style Crypto++ v4.2 Library GUI).
  4. A GUI version of the Crypto++ v4.2 Library that was written by Wei Dai..

  5. Registry Manipulation Using NT Native APIs
  6. An article on manipulating the registry using NT Native APIs..

  7. String Tokenizer Class (CTokenEx)
  8. A very simple string tokenizer class..

  9. Encrypting Log Files
  10. Demonstrates using encryption to protect sensitive application log file data..

  11. Simple registry class Enhancement
  12. A simple class which simplifies working with registry values and history items lists..

  13. How to read/dump/compare registry hives
  14. Malware can hide from win32 api but not from this tool since we are dumping reg hives directly

  15. Application Settings the .NET way. INI, Registry, or XML
  16. In this article, I’ll explain how you can easily store and retrieve your application settings with just a few lines of code.

  17. A handy class to make use of Windows Registry
  18. Registry Comparator (GUI) in C#
  19. Registry hive reader and comparator..

  20. CRegisterEx - a registry wrapper class
  21. An easy to use all-in-one registry class

  22. Very secure method to save and restore registry
  23. This article gives a very secure method to save and restore registry keys. It provides a ready to use tool in both command-line and UI modes..

  24. How to Save and Restore Registry Keys
  25. This article shows how to save and restore registry keys and provides a command-line tool demonstrating how to do it..

  26. MSI Packages Manager
  27. This article shows how to process one or many MSI packages just by providing a configuration file. It gives also many useful hints and tricks that can be used in other projects..

  28. Template C++ wrapper for Windows registry
  29. What properties has some proper C++ wrapper class? Let's formalize it for example for Windows registry..

    good exercise for my class understanding...

  30. CHKLM v1.1 - Registry Access
  31. A Freeware MFC class to write to HKEY_LOCAL_MACHINE..

  32. Happy Registry: A Quick Wrapper for the Win32 Database
  33. A simple template for manipulating the registry.

No comments:

Post a Comment