Skip to content

KulaGGin/NtSetInformationThread-ThreadHideFromDebugger-Fix

Repository files navigation

NtSetInformationThread ThreadHideFromDebugger Fix

This is a project that removes the anti-debugging made with NtSetInformationThread(TheadID, ThreadHideFromDebugger, 0, 0);. It hooks NtSetInformationThread and just returns 0 if the program tries to hide the thread. It can be injected with any of the injection methods, and it is also a proxy dll to dinput8 library, so it can be just placed next to the executable that uses dinput8.dll.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published