A forum for reverse engineering, OS internals and malware analysis 

Ask your beginner questions here.
 #16042  by RandomEz
 Tue Oct 16, 2012 2:27 pm
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.
 #16064  by EP_X0FF
 Wed Oct 17, 2012 4:03 am
RandomEz wrote:how can i prevent other processes from stopping/suspending a thread inside of a program
Do not let them get handle of your thread/process. In simple words - dont waste your time. If someone wants - it will suspend.