Page 1 of 1

AntiCheat Detection

Posted: Sun Jul 26, 2020 9:03 am
by hotjiro
I would like to ask if there is any API that detects if a certain Thread or Process is Suspended or not existing it will activate a detection like

If (AntiCheat NOT PRESENT)
Wait for 3 minutes
then show message cheat detected

because i have been trying to bypass a certain game by means of suspending its threads and activate CE after a while the game hangs. or sometimes if i reactivate the threads it show a message... ive watched the video of sunbeam tried it but it did not work for me any idea will be good thanks in advance

Re: AntiCheat Detection

Posted: Wed Aug 05, 2020 8:51 pm
by SunBeam
GetTickCount, rdtsc instruction in ASM, etc. All timer related. There's no API that tells you the difference between moment t+1 and t. If you suspended a thread, then that suspension status is what's detected. Understand what a suspended thread means (as a value) and you may have a lead where or what to look for.