The only differnce between this version and cheat engine 7.5 from the master branch is an extra export function for isWow64Process
in plugin.pas
.
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.
Lazarus IDE, see the build instructions for Cheat Engine
-
If you just want to use DMA plugin with cheat engine 7.5:
- Download the cheat engine executables with customized sdk in the release folder.
-
For future user who want to use the latest version from the master branch:
- Clone Cheat Engine source code from master branch
- Copy
plugin.pas
- replace
plugin.pas
in the source code you just cloned. - Build with lazarus IDE.
-
For users who want to use older versions of cheat engine, if you have the source code of your corresponding version, repeat steps 2-4 from above.