blocking processes
-
hi ! Does anybody know how to stop a process without killing it ? What i needed was that my program hooked windows and get notification when explorer or any other windows component calls FindFirstFile(...) my application gets a notification message.Now based on certain settings my program must allow FindFirstFile(...) to execute ,or prevent it from execution.I have proceeded till the notification part.Currently the app is notified when FindFirstFile(...) is called.But how do i stop it? Also the app must be cross platform friendly ...and i don't have DDK so the solution can't be driver based... Kane:) Some guys hack just to get themselves a girlfriend.What a pathetic reason huh?
-
hi ! Does anybody know how to stop a process without killing it ? What i needed was that my program hooked windows and get notification when explorer or any other windows component calls FindFirstFile(...) my application gets a notification message.Now based on certain settings my program must allow FindFirstFile(...) to execute ,or prevent it from execution.I have proceeded till the notification part.Currently the app is notified when FindFirstFile(...) is called.But how do i stop it? Also the app must be cross platform friendly ...and i don't have DDK so the solution can't be driver based... Kane:) Some guys hack just to get themselves a girlfriend.What a pathetic reason huh?
fetch the thread list and suspend all of them. Don't try it, just do it! ;-)