mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
if not table name is present table name is an empty string
This commit is contained in:
@@ -121,6 +121,7 @@ class ObjectInterface(metaclass = abc.ABCMeta):
|
||||
vol_info_dict["table_name"] = table_name
|
||||
vol_info_dict["short_name"] = struct_name
|
||||
else:
|
||||
vol_info_dict["table_name"] = ""
|
||||
vol_info_dict["short_name"] = type_name
|
||||
|
||||
self._vol = collections.ChainMap({}, vol_info_dict, object_info, kwargs)
|
||||
|
||||
Reference in New Issue
Block a user