AntiCheat : Framework To Test Any Anti-Cheat

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)

  • CheatHelper
  • DriverDisabler
  • DriverHelper
  • DriverTester
  • HandleElevationDriver
  • HandleHijackingDLL
  • HandleHijackingMaster
  • LuaHook
  • StealthHijackingNormalDLL
  • StealthHijackingNormalMaster

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:

R K

Recent Posts

Nginx Commands in Linux: Start, Stop, Reload, Test, and Log

Nginx is a high-performance web server and reverse proxy trusted by some of the largest…

11 minutes ago

ufw Command in Linux: Manage Firewall Rules with Examples

ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…

22 minutes ago

who Command in Linux: Show All Logged-In Users and Sessions

When you share a server with a team or investigate unexpected activity, the first question…

40 minutes ago

file Command in Linux: Identify File Types Without Extensions

The file command inspects the actual contents of a file and reports its type — regardless of…

1 day ago

chattr Command in Linux: Set File Attributes with lsattr

chattr sets and removes special file attributes that operate at the filesystem level, separate from standard…

1 day ago

env Command in Linux: Show and Set Environment Variables

env prints the current environment, sets or removes variables for a single command, and can start…

1 day ago