You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Right now the sample command requires the user to input the image name to track down a process. Users have requested that we use the PID instead.
In order to get this implemented we need to change FindProcess on process_api.cpp to support using the PID. This should be fairly simple as the OpenProcess (OpenProcess function (processthreadsapi.h) - Win32 apps | Microsoft Learn) function actually requires the PID and most of the FindProcess function is to actually find out what is the PID.