BaseDllName and FullDllName should be UnreadableValue() if they cannot be accessed

This commit is contained in:
Michael Ligh
2018-06-13 09:10:47 -05:00
parent 5f130a3b2a
commit 95214216ea
+1 -1
View File
@@ -18,7 +18,7 @@ class DllList(interfaces_plugins.PluginInterface):
for entry in proc.load_order_modules():
BaseDllName = FullDllName = ""
BaseDllName = FullDllName = renderers.UnreadableValue()
try:
BaseDllName = entry.BaseDllName.get_string()
# We assume that if the BaseDllName points to an invalid buffer, so will FullDllName