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