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:
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…