Skip to content

A simple Kernel Mode Anticheat Project open to developement.

Notifications You must be signed in to change notification settings

seukaiwokeo/KO-KernelModeACS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C Visual Studio

A simple Kernel Mode Anticheat Project open to developement.


What does it do?

  • Deny user-mode memory access APIs to our process.
  • No application can do memory read or write operations on our process.
  • There is a list of forbidden drivers, it scan drivers running on the system. It is a bad logic but protects from noobs.

How it attach to our process?

As seen in the code, it checks if there is XCode\XCode.dll in the folder where the processes started from the computer are located and protects the correct ones.

About

A simple Kernel Mode Anticheat Project open to developement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages