This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Description
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.