Windows: Remove hardcoded parameter in poolscanner

This commit is contained in:
Mike Auty
2021-08-19 11:12:05 +01:00
parent db2ec8cfb2
commit 98db5e46d4
@@ -294,7 +294,7 @@ class PoolScanner(plugins.PluginInterface):
mem_object = header.get_object(type_name = constraint.type_name,
use_top_down = is_windows_8_or_later,
executive = constraint.object_type is not None,
native_layer_name = 'primary',
native_layer_name = layer_name,
kernel_symbol_table = symbol_table)
if mem_object is None: