Hi, my question is how can i prevent other processes from stopping/suspending a thread inside of a program, i would make the hook prevention inside of a DLL attached to the program that i want to protect. Thanks.
RandomEz wrote:how can i prevent other processes from stopping/suspending a thread inside of a programDo not let them get handle of your thread/process. In simple words - dont waste your time. If someone wants - it will suspend.