mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-02 14:28:58 +02:00
BaseDllName should be an UnreadableValue() if it cannot be accessed
This commit is contained in:
@@ -85,7 +85,7 @@ class ModDump(interfaces_plugins.PluginInterface):
|
||||
try:
|
||||
BaseDllName = mod.BaseDllName.get_string()
|
||||
except exceptions.InvalidAddressException:
|
||||
BaseDllName = ""
|
||||
BaseDllName = renderers.UnreadableValue()
|
||||
|
||||
session_layer_name = self.find_session_layer(session_layers, mod.DllBase)
|
||||
if session_layer_name is None:
|
||||
|
||||
Reference in New Issue
Block a user