Name: Anonymous 2010-12-13 16:41
what is the best way to hide a process on windows?
so far my "application" injects itself into notepad.exe or paint.exe if one of them is running (by obtaining the pid then using WriteProcessMemory but now I'm looking for a better method
so far my "application" injects itself into notepad.exe or paint.exe if one of them is running (by obtaining the pid then using WriteProcessMemory but now I'm looking for a better method