Skip to content
EntityQ2625606· pop 15· linked from 13 articles

Cheat Engine

Sign in to save

Also known as CE

software open source

Source code

Cheat Engine is a development environment focused on modding games and applications for personal use. 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 . you can also click on Run- Compile many Modes (tip: select first three compile modes) If you want to run or debug from the IDE on Windows you will need to run Lazarus as administrator. speedhack.lpr: Compile both 32- and 64-bit DLL's for speedhack capability luaclient.lpr: Compile both 32- and 64-bit DLL's for {$luacode} capability DirectXMess.sln: Compile for 32-bit and 64-bit for D3D overlay and snapshot capabilities DotNetcompiler.sln: for the cscompile lua command monodatacollector.sln: Compile both 32-bit and 64-bit dll's to get Mono features to inspect the .NET environment of the process dotnetdatacollector.sln: Compile both 32- and 64-bit EXE's to get .NET symbols dotnetinvasivedatacollector.sln: Compile this managed .DLL to add support for runtime JIT support cejvmti.sln: Compile both 32- and 64-bit DLL's for Java inspection support tcclib.sln: Compile 32-32, 64-32 and 64-64 to add {$C} and {$CCODE} support in scripts vehdebug.lpr: Compile 32- and 64-bit DLL's to add support for the VEH debugger interface dbkkernel.sln: for kernelmode functions (settings- extra) You will need to build the no-sig version and either boot with unsigned driver support, or sign the driver yourself

Excerpt from the source-code README · 2,976 chars · not written by Vinony

Article · Italiano

Cheat Engine, comunemente abbreviato in CE, è un software open source che permette la scansione della memoria di un altro programma e inoltre ha funzioni di debugger ed editor esadecimale. È sviluppato da Eric Heijnen ("Dark Byte") per il sistema operativo Windows ed è utilizzato in modo particolare per barare nei videogiochi e a volte viene modificato e ricompilato per eludere i rilevamenti. Questo programma è simile a "Memory Hacking Software" di L. Spiro, TSearch e ArtMoney. CE opera cercando, nella memoria del processo selezionato, un valore iniziale immesso dall'utente (per esempio il numero delle 'Munizioni') con un'ampia gamma di opzioni e al termine memorizza gli indirizzi trovati contenenti quel valore. Nel processo in esame si modifica il valore cercato (sparando qualche colpo) e si ripete la scansione, con il nuovo valore (di Munizioni), nelle locazioni precedentemente memorizzate tentando alla fine di isolare l'unico indirizzo probabile. Tramite CE è anche possibile creare dei Trainers autonomi che possono funzionare indipendentemente da esso.

Abstract from DBpedia / Wikipedia · CC BY-SA