Skip to content

Commit 198b0ec

Browse files
committed
updated readme
1 parent abca72e commit 198b0ec

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# cheatengine-extended-sdk
22

3-
Download the cheat engine executables with customized sdk in the release folder.
3+
The only differnce between this version and [cheat engine 7.5](https://github.com/cheat-engine/cheat-engine) from the master branch is an extra export function for `isWow64Process` in `plugin.pas`.
4+
5+
# Build
6+
7+
Lazarus IDE, see [cheat engine 7.5](https://github.com/cheat-engine/cheat-engine)
8+
9+
10+
# Usage
11+
- If you just want to use [DMA plugin](https://github.com/kaijia2022/Cheat-Engine-DMA-Plugin/) with cheat engine 7.5:
12+
- Download the cheat engine executables with customized sdk in the release folder.
13+
14+
- For future user who want to use the latest version from the master branch:
15+
- Clone [cheat engine](https://github.com/cheat-engine/cheat-engine) source code from master branch
16+
- Copy [`plugin.pas`](https://github.com/kaijia2022/cheatengine-extended-sdk/blob/main/Cheat%20Engine/plugin.pas)
17+
- replace `plugin.pas` in the source code you just cloned.
18+
- Build the cheat engine with lazarus IDE.
19+
20+

0 commit comments

Comments
 (0)