Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Detection-CheatEngine — Detects CheatEngine process activity by monitoring file system changes with ReadDirectoryChangesW, providing a lightweight anti-cheat mechanism for Windows. | Kitploit
Tools/GitHubGitHub/gmh5225/detection-cheatengine
Defensive Tools
GitHubgmh5225/detection-cheatengine

Detection-CheatEngine

Detects CheatEngine process activity by monitoring file system changes with ReadDirectoryChangesW, providing a lightweight anti-cheat mechanism for Windows.

View RepositoryWebsite
53124 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Detection-CheatEngine

image

Principle

Understanding ReadDirectoryChangesW

Expansion

You can add your detection vector easily in CEInfo.h

root@kitploit:~
#pragma once

#define CE_DETECTION_1 L"ADDRESSES.FIRST"
#define CE_DETECTION_2 L"MEMORY.FIRST"

Compile

  • Visual Studio 2022
  • llvm-msvc [link]

Some discussions on UnknownCheats

https://www.unknowncheats.me/forum/general-programming-and-reversing/502279-using-readdirectorychangesw-detect-cheatengine.html

Download Tool