mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
Windows: Improve Virtmap error messages slightly
This commit is contained in:
@@ -78,7 +78,7 @@ class VirtMap(interfaces.plugins.PluginInterface):
|
||||
)
|
||||
else:
|
||||
raise exceptions.SymbolError(
|
||||
None, module.name, "Required structures not found"
|
||||
"SystemVaRegions", module.name, "Required structures not found"
|
||||
)
|
||||
elif module.has_symbol("MiSystemVaType"):
|
||||
system_range_start = module.object(
|
||||
@@ -99,7 +99,7 @@ class VirtMap(interfaces.plugins.PluginInterface):
|
||||
)
|
||||
else:
|
||||
raise exceptions.SymbolError(
|
||||
None, module.name, "Required structures not found"
|
||||
"MiVisibleState", module.name, "Required structures not found"
|
||||
)
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user