| Is it possible to write DLL using C++ Is it possible to write DLL using C++ and use that dll to kill a specific process when detected.
It like i have a game , and i open a hack , the hack will be listed in the process list as hack.exe
So i would like that dll to detect the hack.exe and terminate it upon opening .
At least a guidance would be quite helpful. I'm still a newbie and want to learn more =) |