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.
1 parent e622acc commit dec0d50Copy full SHA for dec0d50
volatility3/framework/symbols/windows/extensions/registry.py
@@ -246,7 +246,7 @@ def get_values(self) -> Iterator["CM_KEY_VALUE"]:
246
vollog.debug(f"Invalid address in get_values iteration: {excp}")
247
return None
248
249
- def get_name(self) -> str:
+ def get_name(self) -> interfaces.objects.ObjectInterface:
250
"""Gets the name for the current key node"""
251
namelength = self.NameLength
252
self.Name.count = namelength
0 commit comments