DEBUG
This commit is contained in:
parent
5c55876878
commit
f63c033c92
@ -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