mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
BaseDllName and FullDllName should be UnreadableValue() if they cannot be accessed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user