C++ Protect Process from being suspended
问题 Is there any possible way to protect an exe from being suspended ? Note that the i'm the owner of the application. 回答1: There are tools such as Sysinternals ProcessExpert that allows you to suspend any process. If the user has admin authorisations there is no way to avoid this. This SO answer shows three solutions to suspend a windows process. However there is a way to make this extremely difficult : the solution consist of having a shadow process for your application. The application and the