VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Suspend Process/Thread

by Blagoj Janevski (2 Submissions)
Category: Windows API Call/Explanation
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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

Download Suspend Process/Thread

Download Suspend Process/Thread (4 KB)

Suspend Process/Thread Comments

No comments have been posted about Suspend Process/Thread. Why not be the first to post a comment about Suspend Process/Thread.

Post your comment

Subject:
Message:
0/1000 characters