Skip to content

Commit 178f7c4

Browse files
author
atcuno
committed
formatting fixes
1 parent 02bda98 commit 178f7c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

volatility3/framework/plugins/windows/hollowprocesses.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
],
2828
)
2929

30+
3031
class HollowProcesses(interfaces.plugins.PluginInterface):
3132
"""Lists hollowed processes"""
3233

@@ -142,7 +143,7 @@ def _generator(self, procs):
142143
checks = [
143144
self._check_load_address,
144145
self._check_exe_protection,
145-
self._check_dlls_protection
146+
self._check_dlls_protection,
146147
]
147148

148149
for proc in procs:

0 commit comments

Comments
 (0)