October 21, 2022 at 11:16 AM
Task Manager Hider
DLL that can hide arbitrary processes/programs from Windows Task Manager by performing IAT hooking on NtQuerySystemInformation.
Usage
Inject the DLL using any method (e.g LoadLibrary) into (64 bit) Task Manager. Specify the process to be hidden.
Demo
For 32 bit systems, compile the DLL in 32 bit.
Hiding multiple different processes could be easily achieved by modifying the name checks when looping through the SystemProcessInformation linked list.
Download Link 23MB
DLL that can hide arbitrary processes/programs from Windows Task Manager by performing IAT hooking on NtQuerySystemInformation.
Usage
Inject the DLL using any method (e.g LoadLibrary) into (64 bit) Task Manager. Specify the process to be hidden.
Demo
https://www.youtube.com/watch?v=dl-Sqp9_em8&feature=youtu.beFor 32 bit systems, compile the DLL in 32 bit.
Hiding multiple different processes could be easily achieved by modifying the name checks when looping through the SystemProcessInformation linked list.
Download Link 23MB
https://mega.nz/file/kXcxxZLZ#AKza0aYIWn69E3vvcKFesBGxdJFTmNSyHFMwIWMmE0A