Add kill_process import statement to keylogger_detector.py
This commit is contained in:
parent
1be0bf59e0
commit
cef0f5c7dc
@ -9,7 +9,8 @@ from utils import (
|
|||||||
get_real_path,
|
get_real_path,
|
||||||
get_pids_using_file,
|
get_pids_using_file,
|
||||||
get_process_name,
|
get_process_name,
|
||||||
kill_processes
|
kill_processes,
|
||||||
|
kill_process
|
||||||
)
|
)
|
||||||
|
|
||||||
# Global variables
|
# Global variables
|
||||||
|
|||||||
Reference in New Issue
Block a user