Quote Originally Posted by HanneSThEGreaT View Post
Welcome to the Forums!

I'd recommend using the proper APIs for this purpose, for example :

Process32First
Process32Next
CloseHandle
OpenProcess
EnumProcesses
GetModuleFileNameExA
EnumProcessModules
CreateToolhelp32Snapshot
GetVersionEx
TerminateProcess

It is a bit more work, but to do it properly, do it the right way.
Being the coding noob that I am, this project is turning out to be more and more unfeasible.