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
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
CE.png | 2 years ago | |
CEInfo.h | 2 years ago | |
Main.cpp | 2 years ago | |
README.md | 2 years ago | |
ReadDirectoryChanges.cpp | 2 years ago | |
ReadDirectoryChanges.h | 2 years ago | |
ReadDirectoryChanges.sln | 2 years ago | |
ReadDirectoryChanges.vcxproj | 2 years ago | |
ReadDirectoryChanges.vcxproj.filters | 2 years ago | |
ReadDirectoryChangesPrivate.cpp | 2 years ago | |
ReadDirectoryChangesPrivate.h | 2 years ago | |
ThreadSafeQueue.h | 2 years ago | |
stdafx.cpp | 2 years ago | |
stdafx.h | 2 years ago | |
targetver.h | 2 years ago |
README.md
Detection-CheatEngine
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]