poc: psutil for process watcher

This commit is contained in:
Zamitto 2024-07-01 20:23:39 -03:00
parent 9870213fff
commit 0c1a75eedd
2 changed files with 12 additions and 0 deletions

View file

@ -3,3 +3,4 @@ cx_Freeze
cx_Logging; sys_platform == 'win32'
lief; sys_platform == 'win32'
pywin32; sys_platform == 'win32'
psutil