Make we raise if the _POOL_HEADER type doesn't exist.

This commit is contained in:
Mike Auty
2019-08-08 01:09:56 +01:00
parent 253ce69fc9
commit fbeab3608c
@@ -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