mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
refs #200 raise ValueError if an object doesn't have a name
This commit is contained in:
@@ -319,7 +319,7 @@ class Handles(interfaces.plugins.PluginInterface):
|
||||
else:
|
||||
try:
|
||||
obj_name = entry.NameInfo.Name.String
|
||||
except exceptions.InvalidAddressException:
|
||||
except (ValueError, exceptions.InvalidAddressException):
|
||||
obj_name = ""
|
||||
|
||||
except (exceptions.InvalidAddressException):
|
||||
|
||||
Reference in New Issue
Block a user