Its tool for unmapping the modules and loaded Rootkits DLLS.
It also can terminate the Threads and processes.
For Unloading the Rootkits first you must know your targets DLL
After finding these Processes you can terminate the Library.
Tip: Before selecting this you must close and save your Programs Data, because this Program erasing all Threads and Maybe Your Lose your data .TerminateThread is a dangerous function that should only be used in the most extreme cases.
You should call TerminateThread only if you know exactly what the target thread is doing, and you control all of the code that the target thread could possibly be running at the time of the termination.