反编译工具,查看软件运行时对应进场中变量等
Go to file
2020-02-04 10:55:00 +01:00
.github Create FUNDING.yml 2019-09-02 21:07:35 -07:00
Cheat Engine fix fp(x) changing in 32-bit targets with the VEH debugger 2020-02-04 10:55:00 +01:00
DBKKernel implement lua command dbvm_addMemory 2019-07-24 13:19:14 +02:00
dbvm Add some vmcall defines that need to be implemented 2019-12-21 11:33:00 +01:00
DBVM UEFI some debug messages related to timing 2019-07-17 00:52:50 +02:00
lua remove some debug info 2013-05-26 13:00:34 +00:00
.gitignore Add "Change Type" to structure dissect popup menu 2018-03-01 16:22:22 -06:00
.gitmodules Correction for rendering bug 2020-01-17 07:50:32 +09:00
appveyor.yml Enable Appveyor Continuous Integration #248 2017-11-17 15:29:02 -05:00
README.md [README.md] Update download link for Lazarus 2019-09-19 08:07:02 -07:00

Cheat Engine

Cheat Engine is a development environment focused on modding games and applications for personal use.

Download

Older versions

Links

Social Media

Donate

Build Instructions

  1. Download and install the latest version of Lazarus from here.
  2. Run Lazarus and click on Project->Open Project. Select cheatengine.lpi from the Cheat Engine folder as the project.
  3. Click on Run->Build or press SHIFT+F9.
    • If you want to run or debug from the IDE on Windows you will need to run Lazarus as administrator.

Contributing

If you wish to contribute:

  1. Fork the repository on GitHub.
  2. Create a branch for your changes.
    • Lazarus likes to make changes to files when you open them or move something around, so make sure you only stage the changes that are required for what you are trying to accomplish.
  3. Push your branch to your personal fork.
  4. Go to the original Cheat Engine repository and create a pull request:
    • Click on compare across forks and select your fork as the head fork and your new branch.