Skip to content

Commit

Permalink
map HKCR Keys to HKCU\Software\Classes to find it in procmon logfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bitranox committed Nov 8, 2018
1 parent a812245 commit 6e07813
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.0.6
-----
2018-11-08: map HKCR and HKU Keys to HKCU to find in procmon logs

1.0.5
-----
2018-11-08: hashing integrated in procmon Filter

1.0.4
-----
2018-11-07: added file hashing
Expand Down
1 change: 0 additions & 1 deletion lib_filter_procmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def add_map_hku_to_hkcu(dict_key:str, hashed_dict:{}, dict_data:{}):
if dict_key_mapped not in hashed_dict:
hashed_dict[dict_key_mapped] = dict_data.copy()


def get_hashed_dict_fingerprint(self, fingerprint_csv:str)->{}:
"""
:return:
Expand Down

0 comments on commit 6e07813

Please sign in to comment.