diff --git a/volatility/framework/plugins/windows/poolscanner.py b/volatility/framework/plugins/windows/poolscanner.py index 15a15432b..4b2c60689 100644 --- a/volatility/framework/plugins/windows/poolscanner.py +++ b/volatility/framework/plugins/windows/poolscanner.py @@ -149,13 +149,10 @@ class PoolScanner(plugins.PluginInterface): b'File', ]) - for result in self.generate_pool_scan(self.context, - self.config["primary"], - symbol_table, - constraints): - - constraint, mem_object, header = result - + for constraint, mem_object, header in self.generate_pool_scan(self.context, + self.config["primary"], + symbol_table, + constraints): # generate some type-specific info for sanity checking if constraint.object_type == "Process": name = mem_object.ImageFileName.cast(