You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,22 @@
2
2
3
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
4
5
+
If `IsWow64Process` is added to the plugin function exports in future versions of cheat engine, you can disregard this repository and clone from the master branch.
6
+
5
7
# Build
6
8
7
-
Lazarus IDE, see [cheat engine 7.5](https://github.com/cheat-engine/cheat-engine)
9
+
Lazarus IDE, see the build instructions for [Cheat Engine](https://github.com/cheat-engine/cheat-engine)
8
10
9
11
10
12
# Usage
11
13
- 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.
14
+
1. Download the cheat engine executables with customized sdk in the release folder.
13
15
14
16
- 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
0 commit comments