mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 10:04:52 +02:00
added cachedump and lsadump
This commit is contained in:
@@ -80,9 +80,12 @@ class Hashdump(interfaces.plugins.PluginInterface):
|
||||
if not root:
|
||||
return None
|
||||
|
||||
lsa = syshive.get_key(lsa_base)
|
||||
|
||||
if not lsa:
|
||||
|
||||
try:
|
||||
lsa = syshive.get_key(lsa_base)
|
||||
|
||||
except KeyError:
|
||||
vollog.debug("Unable to read hashes from registry")
|
||||
return None
|
||||
|
||||
bootkey = ''
|
||||
|
||||
Reference in New Issue
Block a user