mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 02:07:39 +02:00
Ensure non-found keys mimic found key output a little closer.
This commit is contained in:
@@ -139,7 +139,7 @@ class PrintKey(interfaces.plugins.PluginInterface):
|
||||
vollog.debug(excp)
|
||||
else:
|
||||
vollog.debug("Invalid address identified in Hive: {}".format(hex(excp.invalid_address)))
|
||||
result = (0, (renderers.UnreadableValue(), format_hints.Hex(hive_offset), "Key", key or 'ROOT',
|
||||
result = (0, (renderers.UnreadableValue(), format_hints.Hex(hive_offset), "Key", '?\\' + (key or ''),
|
||||
renderers.UnreadableValue(), renderers.UnreadableValue(), renderers.UnreadableValue()))
|
||||
yield result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user