Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

C++ pid


ghost's Avatar
0 0

Hi, I'm currently working on a Dll-injector in c++. I need a way to get process ID's (pid). Taking a process snapshot and loop through the proccesses until the correct one is found could do the trick but my compiler (dev-c++) doesn't like #include <tlhelp32.h>.

Are there any other ways to get pids? If not, how can I solve the include problem?