VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Suspend Process/Thread

Blagoj Janevski  (2 Submissions)   Windows API Call/Explanation   Intermediate   Wed 3rd February 2021

This program can suspend/resume any process. To suspend the process the program simply enumerates all the threads of the process and suspends them. The enumerations are global and they are done with the ToolHelp APIs. OpenThread works only on windows ME/2000/XP. ToolHelp apis are not defined only on Windows NT.
keywords:OpenThread,thread handle,Enumerating threads,Suspend Process,SuspendThread,ToolHelp Apis,stop process,pause process,stop thread

Inputs
Just enter the PID and press Suspend.To Resume press the Resume button.

Assumes
The code is heavely commented and explained. Any other help or comments send to [email protected]

Rate Suspend Process/Thread (7(7 Vote))

Download Suspend Process/Thread

Suspend Process/Thread Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters