Releases: guidedhacking/anti-debugging
Releases · guidedhacking/anti-debugging
1.2.0 Released! New method added
Added a new anti debugging method to it using NtSetInformationThread and ThreadHideFromDebugger. I was (trying to) debug a steam game and faced this anti debugging trick. Apparently more Steam games use it. You can read more about it on this awesome post by Timb3r.
V1.1.0 - Added Heaven's Gate PEB64 check (thx @RhythmParadox)
Added a new anti debugginb method that checks for PEB64->IsBeingDebugged (Heaven's Gate) by @RhythmParadox.
v1.0.0
Initial release! Currently only working in x86.