Skip to content

Commit e4cdd1e

Browse files
Version 1.4
1 parent 7ef0467 commit e4cdd1e

12 files changed

+15
-11
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.4 - 2025-01-12
2+
* Fix binary data alteration when dealing with some
3+
nonconformant registry values
4+
15
Version 1.3 - 2023-06-15
26
* Narrow desired rights when loading hive
37

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 Stormshield
1+
Copyright 2025 Stormshield
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(C) 2023 Stormshield
1+
(C) 2025 Stormshield
22

33
HiveSwarming - Conversions between registry hive and registry export formats
44
without a need for special privileges.

src/CommonFunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (C) Stormshield 2023
1+
// (C) Stormshield 2025
22
// Licensed under the Apache license, version 2.0
33
// See LICENSE.txt for details
44

src/CommonFunctions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (C) Stormshield 2023
1+
// (C) Stormshield 2025
22
// Licensed under the Apache license, version 2.0
33
// See LICENSE.txt for details
44

src/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (C) Stormshield 2023
1+
// (C) Stormshield 2025
22
// Licensed under the Apache license, version 2.0
33
// See LICENSE.txt for details
44

src/Conversions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (C) Stormshield 2023
1+
// (C) Stormshield 2025
22
// Licensed under the Apache license, version 2.0
33
// See LICENSE.txt for details
44

src/HiveSwarming.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (C) Stormshield 2023
1+
// (C) Stormshield 2025
22
// Licensed under the Apache license, version 2.0
33
// See LICENSE.txt for details
44

src/HiveToInternal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (C) Stormshield 2023
1+
// (C) Stormshield 2025
22
// Licensed under the Apache license, version 2.0
33
// See LICENSE.txt for details
44

src/InternalToHive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (C) Stormshield 2023
1+
// (C) Stormshield 2025
22
// Licensed under the Apache license, version 2.0
33
// See LICENSE.txt for details
44

0 commit comments

Comments
 (0)