Skip to content

Commit 6e07813

Browse files
committed
map HKCR Keys to HKCU\Software\Classes to find it in procmon logfiles
1 parent a812245 commit 6e07813

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
1.0.6
5+
-----
6+
2018-11-08: map HKCR and HKU Keys to HKCU to find in procmon logs
7+
8+
1.0.5
9+
-----
10+
2018-11-08: hashing integrated in procmon Filter
11+
412
1.0.4
513
-----
614
2018-11-07: added file hashing

lib_filter_procmon.py

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def add_map_hku_to_hkcu(dict_key:str, hashed_dict:{}, dict_data:{}):
130130
if dict_key_mapped not in hashed_dict:
131131
hashed_dict[dict_key_mapped] = dict_data.copy()
132132

133-
134133
def get_hashed_dict_fingerprint(self, fingerprint_csv:str)->{}:
135134
"""
136135
:return:

0 commit comments

Comments
 (0)