BaseDllName should be an UnreadableValue() if it cannot be accessed

This commit is contained in:
Michael Ligh
2018-06-13 15:10:58 +01:00
committed by ikelos
parent 3eeb48cc0e
commit 7338cdbf8a
+1 -1
View File
@@ -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: