Posts by Dansh • 31 points
1 post
-
3
votes1
answer198
viewsQ: How to Suspend a Process-Specific Thread (.exe) in C++?
I want to suspend a specific thread from a C++ process by Startaddress. My code already suspends some threads of the process, but others do not... It seems that this only happens to address that…