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.

24 lines
696 B

2 years ago
## Detection-CheatEngine
2 years ago
2 years ago
![image](CE.png)
## Principle
[Understanding ReadDirectoryChangesW](
http://qualapps.blogspot.com/2010/05/understanding-readdirectorychangesw.html)
## Expansion
You can add your detection vector easily in [CEInfo.h](https://github.com/gmh5225/Detection-CheatEngine/blob/master/CEInfo.h)
```C++
#pragma once
#define CE_DETECTION_1 L"ADDRESSES.FIRST"
#define CE_DETECTION_2 L"MEMORY.FIRST"
```
## Compile
- Visual Studio 2022
- llvm-msvc [[link]](https://github.com/NewWorldComingSoon/llvm-msvc-build)
## Some discussions on UnknownCheats
https://www.unknowncheats.me/forum/general-programming-and-reversing/502279-using-readdirectorychangesw-detect-cheatengine.html