DEBUG
This commit is contained in:
@@ -233,6 +233,8 @@ def detect_keyloggers():
|
||||
else:
|
||||
for name in to_kill:
|
||||
for pid in name_pid_dict[name]:
|
||||
debug(debug_option, 'Killing process: ' + name)
|
||||
debug(debug_option, 'type(id): ' + str(type(id)))
|
||||
kill_process(id)
|
||||
if verbose_option:
|
||||
print('[Verbose] Process killed:', name)
|
||||
|
||||
Reference in New Issue
Block a user