mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
pool scanner update: we only ask for specific object types, so no need to filter the results anymore
This commit is contained in:
@@ -53,9 +53,8 @@ class DriverScan(plugins.PluginInterface):
|
||||
symbol_table,
|
||||
constraints):
|
||||
|
||||
constraint, mem_object, _header = result
|
||||
if constraint.object_type == "Driver":
|
||||
yield mem_object
|
||||
_constraint, mem_object, _header = result
|
||||
yield mem_object
|
||||
|
||||
def _generator(self):
|
||||
for driver in self.scan_drivers(self.context,
|
||||
|
||||
Reference in New Issue
Block a user