Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

vasie1337/kernel-anticheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel-Anticheat

Project Overview

This project is a kernel driver made for Windows that will scan your pc for cheat behaviour

Features

  • Drivers: Checks for invalid/unsigned drivers.
  • Handles: Checks for usermode physical memory handles.
  • Hypervisor: Simple hypervisor detection using vm_read.
  • Memory: Checks bigpool for some traces.
  • Serial: Check your own serials.
  • Traces: Will search for Kdmapper traces.
  • NMI: Scans cores for suspicious activity by firing NMI.
  • Threads: Checks systemthreads for invalid ones.

How to Run

  1. Build the project:
Using Visual Studio 2022 or higher
  1. Enable Loading of Test Signed Drivers
Bcdedit.exe -set TESTSIGNING ON
  1. Restart local machine
shutdown /r
  1. Setup the driver
sc create anticheat_drv type=kernel binpath={PATH_TO_BIN}
  1. Load the driver
sc start anticheat_drv

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Windows kernel anti-cheat for driver integrity testing and security research

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors