i’m making a Visual basic Console App to inject a DLL to an exe process if the process is running
the question here is how to make console application checks if the desired process is running
i’m making a Visual basic Console App to inject a DLL to an exe
Share
The
Processclass provides methods that allow you to get lists of running processes. For instance: