mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 19:57:39 +02:00
small style change for readability
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user