NtSetInformationThread: Disabling ThreadHideFromDebugger
One common anti-debugging technique is to make use of the Windows API to simply mark your threads as invisible to the debugger. This isn't officially documented by Microsoft but it has been quite robust across windows versions.
The documentation for ...
lodsb.com4 min read