mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Make we raise if the _POOL_HEADER type doesn't exist.
This commit is contained in:
@@ -396,6 +396,7 @@ class PoolScanner(plugins.PluginInterface):
|
||||
# Setup the pool header and offset differential
|
||||
try:
|
||||
module = context.module(symbol_table, layer_name, offset = 0)
|
||||
module.get_type("_POOL_HEADER")
|
||||
except exceptions.SymbolError:
|
||||
# We have to manually load a symbol table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user