Skip to content

Releases: guidedhacking/anti-debugging

1.2.0 Released! New method added

01 Jul 04:42
Compare
Choose a tag to compare

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)

28 Apr 04:55
Compare
Choose a tag to compare

Added a new anti debugginb method that checks for PEB64->IsBeingDebugged (Heaven's Gate) by @RhythmParadox.

v1.0.0

24 Feb 05:38
Compare
Choose a tag to compare

Initial release! Currently only working in x86.