Format fixes

This commit is contained in:
atcuno
2024-06-19 14:56:57 -05:00
parent 91184c7d92
commit d42fb0a145
2 changed files with 4 additions and 2 deletions
@@ -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