Cheat Engine

Cheat Engine
Original author(s) Eric "Dark Byte" Heijnen
Developer(s) Community
Stable release 6.6 (October 6, 2016 (2016-10-06)) [±]
Written in Object Pascal, C (Kernel Module)
Operating system Windows, Mac (in development),[1] Linux (Wine, Server/Client for linux processes) [2]
Available in 7 languages
Type Reverse engineering, Debugging, Disassembler
License Adaptive Public License
Website www.cheatengine.org

Cheat Engine, commonly abbreviated as CE, is an open source memory scanner/hex editor/debugger created by Eric Heijnen ("Dark Byte") for the Windows operating system.[3] Cheat Engine is mostly used for cheating in computer games, and is sometimes modified and recompiled to evade detection. This program resembles L. Spiro's Memory Hacking Software, TSearch, and ArtMoney. It searches for values input by the user with a wide variety of options that allow the user to find and sort through the computer's memory. Cheat Engine can also create standalone trainers that can operate independently of Cheat Engine.

Features

Cheat Engine can view the disassembled memory of a process and make alterations to give the user advantages such as infinite health, time or ammunition. It also has some Direct3D manipulation tools, allowing vision through walls and zooming in/out, and with some advanced configuration Cheat Engine can move the mouse to get a certain texture into the center of the screen. This is commonly used to create aimbots. However, the main use for Cheat Engine is in single player aspect of games and its use in multiplayer games is discouraged.[4]

Cheat Engine can inject code into other processes and as such most anti-virus programs mistake it for a virus. There are versions that avoid this false identification at the cost of many features (those which rely upon code injection). The most common reason for these false identifications is that Cheat Engine makes use of some techniques also used in trojan rootkits to gain access to parts of the system, and therefore gets flagged as suspicious, especially if heuristic scanning is enabled in the anti-virus program's settings. Newer versions of Cheat Engine are less likely to be blocked by anti-virus programs so features like code injection can be used without problems.

As of version 6.1, Cheat Engine can produce game trainers from the tables. While trainers generated in this way are typically very large for their intended purpose, generally used for testing purposes, some have been released by trainers groups as "final" versions[5] and even some popular sites are fully based on CE trainers[6] due to the ease of trainer creation with CE. However, despite their popularity, CE trainer maker has not been updated since its implementation in version 6.1, is largely unsupported and emphasis is given on using Lua to generate trainers. Even the trainer maker itself uses Lua scripts to generate trainers.

Implementations

Two branches of Cheat Engine exist, Cheat Engine Delphi and Cheat Engine Lazarus. Cheat Engine Delphi is primarily for 32-bit versions of Windows XP. Cheat Engine Lazarus is designed for 32 and 64 bit versions of Windows 7. Cheat Engine is, with the exception of the Kernel Module, written in Object Pascal.

Cheat Engine exposes an interface to its device driver with dbk32.dll, a wrapper that handles both loading and initializing the Cheat Engine driver and calling alternative Windows kernel functions. Due to a programming bug in Lazarus pertaining to the use of try and except blocks, Cheat Engine Lazarus had to remove the use of dbk32.dll and incorporate the driver functions in the main executable.

The Kernel module, while not essential to normal CE use can be used to set hardware breakpoints and bypass hooked API in Ring 3, even some in Ring 0. The module is compiled with the Windows Driver development kit and is written in C.[7]

Cheat Engine also has a plugin architecture for those who do not wish to share their source code with the community. They are more commonly used for game specific features, as Cheat Engine's stated intent is to be a generic cheating tool. These plugins can be found in several locations on the cheat engine website, and also other gaming sites.[8]

Cheat Engine Lazarus has the ability to load its unsigned 64-bit device driver on Windows Vista and later x64 bit versions of Windows, by using DBVM, a virtual machine by the same developers that allows access to kernel space from user mode. It is used to allocate nonpaged memory in kernel mode, manually loading the executable image, and creating a system thread at DriverEntry. However, since the DriverEntry parameters are not actually valid, the driver must be modified for DBVM.

Cheat Tables

Cheat Engine allows its users to share their addresses and code locations with other users of the community by making use of cheat tables. "Cheat Tables" is a file format used by Cheat Engine to store data such as cheat addresses, scripts including Lua scripts and code locations, usually carrying the file extension .CT. Using a Cheat Table is straightforward and involves simply opening the Cheat Table through Cheat Engine and enabling/ticking the cheats stored within it. The ability to save and share Cheat Tables has resulted in a large online community for sharing cheats through the Cheat Engine Forums. Popular Cheat Tables are hosted in a dedicated Cheat Table section on the Cheat Engine website [9]

In addition to simple memory addresses, cheat tables can extend the functionality of Cheat Engine using the Lua scripting language. Almost all of Cheat Engine's features are scriptable, and it is even possible to design custom dialogs to interact with scripts.

References

  1. "Port To Mac". forum.cheatengine.org. Retrieved 17 June 2011.
  2. Dark Byte. "Linux port". forum.cheatengine.org. Retrieved 21 August 2016. CE can be used on wine in windows processes and linux processes with the server/client (run the client in wine)
  3. "About Cheat Engine". www.cheatengine.org. Retrieved 2008-03-20.
  4. "Cheat Engine :: FAQ". forum.cheatengine.org. Retrieved August 28, 2016.
  5. "CE Trainers Mass Use". Deviated Trainers. 2012-05-18. Archived from the original on 2014-02-23. Retrieved 2012-05-18.
  6. "Cheat Engine trainers popularity". deviatted.com. Retrieved 1 May 2016.
  7. Valk, Kevin (2008-12-20). "Cheat Engine - Trac - compileinfo.txt". ce.colddot.nl trac. Archived from the original on 2009-08-19. Retrieved 2008-03-20.
  8. "Contributing to CE". forum.cheatengine.org. 2007-01-24. Retrieved 2008-03-20.
  9. "Popular Cheat Tables on Main Site.". forum.cheatengine.org. 2004-10-14. Retrieved 2013-03-27.

External links

This article is issued from Wikipedia - version of the 11/20/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.