Posted: Thu Mar 21, 2013 4:14 am Post subject: suspend process'' modules
is it possible to suspend some modules of processs ?
removing them make crash
i just want to suspend them
i saw the modules by proccess hacker but there is no suspender for modules
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Thu Mar 21, 2013 5:54 pm Post subject:
Modules themselves don't do anything to suspend. Calls are made to functions inside them. There is no way to "pause" that from happening without blocking the calls themselves. The most you could do is suspend a thread that is created within one of those modules. But in most cases that wont help with what you are looking to do. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum