Giter Club home page Giter Club logo

anticheat's Introduction

anticheat

Implements game-agnostic methods to check for and prevent library injections, memory manipulation and hidden code execution, using a scanner thread and native Windows hooks.

Can be compiled as a static or dynamic library (define AC_DLL in config.h). Both x86 and x64 are supported.

Optionally on x64, a kernel mode driver with additional protection mechanisms can be compiled and loaded (define AC_DRIVER). This requires the Windows Driver Kit. Otherwise, the driver can be excluded from compilation in the project settings.

usage

Compile as a .lib, link against it and call AC_Initialize on program startup. To load the driver, call AC_LoadDriver (remember to call AC_End or AC_UnloadDriver later). All other calls are optional and documented in api.h.

For testing, start target.exe in Debug mode. Once the anticheat has initialized, it will load cheat.dll. The cheat will hook SampleFunction and MessageBoxA, which should be detected on the second scan.

notes

This is a research project for educational purposes only. It is incompatible with most antivirus software and does not implement an online component or other more advanced means of protection.

dependencies

detours
phnt

anticheat's People

Contributors

lstrsrt avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.