WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Guide [Release] Anti-Cheat — Koschei x64 Kernel Loader & Driver (UD)

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
247
Reaction score
7
Been digging through some new projects and came across this. Just dropped a manual x64 loader and driver base that might be useful for those of you working on your own internal or external projects. It is a straight-forward build, nothing fancy, but it gets the job done for basic memory operations.

Technical specs:
  1. Architecture: x64 only.
  2. Thread Handling: Single Thread implementation.
  3. OS Compatibility: Primary focus is Windows 11; resolvers should be functional on Windows 10 but have not been fully stress-tested in that environment.

Notes for the devs:
This is a clean base, so do not expect any built-in obfuscation or advanced stealth features right out of the gate. You will need to handle your own driver communication and process hiding if you plan on using this for anything beyond testing or local environment research. Given the state of current ACs, if you are looking to push this onto any platform with decent detection vectors, you definitely need to swap out the signature and look into custom mapping.

You cant view this link please login.

Has anyone had a chance to test the resolver stability on older Win 10 builds yet? Also curious if anyone else is running into thread synchronization issues when pushing this under high load. Drop your fixes or improvements below if you decide to fork it.
 
Top