{"id":13484084,"url":"https://github.com/cheat-engine/cheat-engine","last_synced_at":"2025-03-27T15:31:10.679Z","repository":{"id":30607932,"uuid":"34163206","full_name":"cheat-engine/cheat-engine","owner":"cheat-engine","description":"Cheat Engine. A development environment focused on modding","archived":false,"fork":false,"pushed_at":"2024-08-25T20:22:00.000Z","size":89033,"stargazers_count":14926,"open_issues_count":1119,"forks_count":2224,"subscribers_count":329,"default_branch":"master","last_synced_at":"2024-10-30T17:48:36.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://cheatengine.org","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cheat-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"cheatengine"}},"created_at":"2015-04-18T11:21:57.000Z","updated_at":"2024-10-30T17:36:12.000Z","dependencies_parsed_at":"2024-04-20T04:33:33.778Z","dependency_job_id":"58961e2d-dd24-4752-987d-941246ed4d1f","html_url":"https://github.com/cheat-engine/cheat-engine","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheat-engine%2Fcheat-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheat-engine%2Fcheat-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheat-engine%2Fcheat-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheat-engine%2Fcheat-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheat-engine","download_url":"https://codeload.github.com/cheat-engine/cheat-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245871801,"owners_count":20686263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:01:19.172Z","updated_at":"2025-03-27T15:31:05.670Z","avatar_url":"https://github.com/cheat-engine.png","language":"Pascal","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cheat-engine/cheat-engine/raw/master/Cheat%20Engine/images\"\u003e\n        \u003cimg src=\"https://github.com/cheat-engine/cheat-engine/raw/master/Cheat%20Engine/images/celogo.png\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eCheat Engine\u003c/h1\u003e\n\nCheat Engine is a development environment focused on modding games and applications for personal use.\n\n\n# Download\n\n  * **[Latest Version](https://github.com/cheat-engine/cheat-engine/releases/latest)**\n\n[Older versions](https://github.com/cheat-engine/cheat-engine/releases)\n\n\n# Links\n\n  * [Website](https://www.cheatengine.org)\n  * [Forum](https://forum.cheatengine.org)\n  * [Forum (alternate)](https://fearlessrevolution.com/index.php)\n  * [Wiki](https://wiki.cheatengine.org/index.php?title=Main_Page)\n\n## Social Media\n\n  * [Reddit](https://reddit.com/r/cheatengine)\n  * [Twitter](https://twitter.com/_cheatengine)\n\n## Donate\n\n  * [Patreon](https://www.patreon.com/cheatengine)\n  * [PayPal](https://www.paypal.com/xclick/business=dark_byte%40hotmail.com\u0026no_note=1\u0026tax=0\u0026lc=US)\n\n\n## Basic Build Instructions\n\n  1. Download Lazarus 2.2.2 from https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%202.2.2/ First install lazarus-2.2.2-fpc-3.2.2-win64.exe and then lazarus-2.2.2-fpc-3.2.2-cross-i386-win32-win64.exe\n  \n  2. Run Lazarus and click on `Project-\u003eOpen Project`. Select `cheatengine.lpi` from the `Cheat Engine` folder as the project.\n  3. Click on `Run-\u003eBuild` or press \u003ckbd\u003eSHIFT+F9\u003c/kbd\u003e.\n      * you can also click on `Run-\u003eCompile many Modes` (tip: select first three compile modes)\n      * If you want to run or debug from the IDE on Windows you will need to run Lazarus as administrator.\n      \n  Do not forget to compile secondary projects you'd like to use:\n  \n     speedhack.lpr: Compile both 32- and 64-bit DLL's for speedhack capability\n     luaclient.lpr: Compile both 32- and 64-bit DLL's for {$luacode} capability\n     DirectXMess.sln: Compile for 32-bit and 64-bit for D3D overlay and snapshot capabilities\n     DotNetcompiler.sln: for the cscompile lua command\n     monodatacollector.sln: Compile both 32-bit and 64-bit dll's to get Mono features to inspect the .NET environment of the process    \n     dotnetdatacollector.sln: Compile both 32- and 64-bit EXE's to get .NET symbols\n     dotnetinvasivedatacollector.sln: Compile this managed .DLL to add support for runtime JIT support\n     cejvmti.sln: Compile both 32- and 64-bit DLL's for Java inspection support\n     tcclib.sln: Compile 32-32, 64-32 and 64-64 to add {$C} and {$CCODE} support in scripts\n     vehdebug.lpr: Compile 32- and 64-bit DLL's to add support for the VEH debugger interface\n     dbkkernel.sln: for kernelmode functions (settings-\u003eextra) You will need to build the no-sig version and either boot with unsigned driver support, or sign the driver yourself    \n    \n*.SLN files require visual studio (Usually 2017)\n","funding_links":["https://patreon.com/cheatengine","https://www.patreon.com/cheatengine","https://www.paypal.com/xclick/business=dark_byte%40hotmail.com\u0026no_note=1\u0026tax=0\u0026lc=US"],"categories":["Pascal","[Delphi](#delphi)","Engines","\u003ca id=\"1d9dec1320a5d774dc8e0e7604edfcd3\"\u003e\u003c/a\u003e工具-新添加的","🔧 Packages"],"sub_categories":["\u003ca id=\"8f1b9c5c2737493524809684b934d49a\"\u003e\u003c/a\u003e文章\u0026\u0026视频","⚡ Editing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheat-engine%2Fcheat-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheat-engine%2Fcheat-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheat-engine%2Fcheat-engine/lists"}