AntiCheat is a framework to test any Anti-Cheat on the market. This can be used as Template or Code Base to test any Anti-Cheat and learn along the way.
The entry level to reverse AntiCheats and Cheats is quite high, therefore, I’m releasing all the code I developed during my research. The main idea is to help people and motive them to get into this topic which is really interesting and there is a lot to research about it.
Usage
Most of the settings can be done by using config.ini file, however, some modules may require particular settings on the code, depending on your intentions.
Remember to change location of config.ini file at CheatHelper/CheatHelper.cpp (variable configFile)
Also Read – Lsassy : Extract Credentials From Lsass Remotel
Modules (more coming in the future)
About this Project
All this code is a result of the Researching presented at Recon 2019 and BlackHat Europe 2019: “Unveiling the underground world of Anti-Cheats”
Links:
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…