Skip to content

Hijacks DLL of process & create thread and attempts to suspend all running threads so the process doesn't use any CPU resources.

Notifications You must be signed in to change notification settings

sneakyevil/DoNothingHijackDLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DoNothingHijackDLL

Hijacks DLL of process & create thread and attempts to suspend all running threads so the process doesn't use any CPU resources.

Compiling Requirements

The dllmain.cpp includes file from: DLL-Hijack/Microsoft/VersionHijack.hpp

Point of repo

Since certain version of Windows 10 there is small bloat application related to Snipping Tool that is running constantly in background called TextInputHost.exe, simply removing/renaming the application will cause DCOM Error spam. Placing hijacked dll of this project inside the folder will stop the process from using any cpu resources.

About

Hijacks DLL of process & create thread and attempts to suspend all running threads so the process doesn't use any CPU resources.

Resources

Stars

Watchers

Forks

Languages