Using ReadDirectoryChangesW to detect CheatEngine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
gmh5225 d2fcbe9625
Upload
12 months ago
.gitignore Upload 12 months ago
CE.png Upload 12 months ago
CEInfo.h Upload 12 months ago
Main.cpp Upload 12 months ago
README.md Upload 12 months ago
ReadDirectoryChanges.cpp Upload 12 months ago
ReadDirectoryChanges.h Upload 12 months ago
ReadDirectoryChanges.sln Upload 12 months ago
ReadDirectoryChanges.vcxproj Upload 12 months ago
ReadDirectoryChanges.vcxproj.filters Upload 12 months ago
ReadDirectoryChangesPrivate.cpp Upload 12 months ago
ReadDirectoryChangesPrivate.h Upload 12 months ago
ThreadSafeQueue.h Upload 12 months ago
stdafx.cpp Upload 12 months ago
stdafx.h Upload 12 months ago
targetver.h Upload 12 months ago

README.md

Detection-CheatEngine

image

Principle

Understanding ReadDirectoryChangesW

Expansion

You can add your detection vector easily in CEInfo.h

#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