We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b414ee3 + dc34070 commit b3c53fdCopy full SHA for b3c53fd
volatility3/framework/plugins/windows/registry/hashdump.py
@@ -350,7 +350,7 @@ def get_user_keys(
350
351
if not user_key:
352
return []
353
- return [k for k in user_key.get_subkeys() if k.Name != "Names"]
+ return [k for k in user_key.get_subkeys() if k.get_name() != "Names"]
354
355
@classmethod
356
def get_bootkey(cls, syshive: registry_layer.RegistryHive) -> Optional[bytes]:
0 commit comments