13 Commits

Author SHA1 Message Date
bmortgat 2583ccb45d Improve Readme, add Privacy and AI policies. 2026-02-18 11:15:38 +01:00
bmortgat 07bd6545c7 Add RegSetKeyValueW as fallback to NtSetValueKey
Also:
- Update copyright year
- Strip PDB Path information from builds
v1.6
2026-02-09 11:37:28 +01:00
bmortgat d05143ef95 Use defined constants 2025-04-14 14:35:41 +02:00
bmortgat c9520ef0f3 Version 1.5
* Rework command-line options
* Add support for .pol (Group policy Data store) files
* Add reg+ format with extensions to reg format, for better
  readability of REG_MULTI_SZ and REG_QWORD values
v1.5
2025-04-14 14:23:53 +02:00
bmortgat e4cdd1e685 Version 1.4 v1.4 2025-01-12 21:54:43 +01:00
bmortgat 7ef0467874 Use MSVC 143 2025-01-12 21:54:42 +01:00
bmortgat 979b15a6aa Use NtSetValueKey instead of RegSetValueEx
RegSetValueEx has sometimes expectations about the format of the
registry values, and will change the binary data transparently.
This is unwanted in our scope so we use ntdll function directly.

Fixes #4
2025-01-12 21:54:03 +01:00
bmortgat 50e1e747c3 Narrow desired rights when loading hive
Fixes #3
v1.3
2023-06-15 15:08:48 +02:00
bmortgat 20c981eb84 Reorganize source tree 2022-02-28 16:13:16 +01:00
bmortgat aa880f9b76 Support symbolic links v1.2 2022-02-28 10:20:39 +01:00
bmortgat 038c610938 Support newlines in key names v1.1 2020-02-11 08:55:08 +01:00
bmortgat fb165dc203 Make .reg -> hive compatible with value containing newlines 2020-02-11 08:41:17 +01:00
bmortgat d937f5ae7b HiveSwarming - version 1.0 v1.0 2020-02-10 11:37:00 +01:00