mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
Format fixes
This commit is contained in:
@@ -96,5 +96,7 @@ class SvcList(svcscan.SvcScan):
|
||||
def _generator(self):
|
||||
service_table_name, service_binary_dll_map, filter_func = self.get_prereq_info()
|
||||
|
||||
for record in self.service_list(service_table_name, service_binary_dll_map, filter_func):
|
||||
for record in self.service_list(
|
||||
service_table_name, service_binary_dll_map, filter_func
|
||||
):
|
||||
yield (0, record)
|
||||
|
||||
@@ -324,7 +324,7 @@ class SvcScan(interfaces.plugins.PluginInterface):
|
||||
service_table_name,
|
||||
service_binary_dll_map,
|
||||
proc_layer_name,
|
||||
offset
|
||||
offset,
|
||||
):
|
||||
if service_record in seen:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user