formatting fixes

This commit is contained in:
atcuno
2024-06-19 20:13:04 -05:00
parent 02bda980d4
commit 178f7c45f7
@@ -27,6 +27,7 @@ DLLInfo = NamedTuple(
],
)
class HollowProcesses(interfaces.plugins.PluginInterface):
"""Lists hollowed processes"""
@@ -142,7 +143,7 @@ class HollowProcesses(interfaces.plugins.PluginInterface):
checks = [
self._check_load_address,
self._check_exe_protection,
self._check_dlls_protection
self._check_dlls_protection,
]
for proc in procs: