Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
K

kernel-anticheat

> 编程语言
Open source

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

189 stars0 likes0 views
WebsiteGitHub

About

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

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.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C++drivershypervisorkernelnmi

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言