Skip to content

Commit 95c468c

Browse files
author
Dave Lassalle
committed
issue #1019 - for subkeys, return the modified time of the subkey itself, not its parent key
1 parent 93b2972 commit 95c468c

File tree

1 file changed

+3
-0
lines changed
  • volatility3/framework/plugins/windows/registry

1 file changed

+3
-0
lines changed

volatility3/framework/plugins/windows/registry/printkey.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ def _printkey_iterator(
153153
vollog.debug(excp)
154154
key_node_name = renderers.UnreadableValue()
155155

156+
# if the item is a subkey, use the LastWriteTime of that subkey
157+
last_write_time = conversion.wintime_to_datetime(node.LastWriteTime.QuadPart)
158+
156159
yield (
157160
depth,
158161
(

0 commit comments

Comments
 (0)