awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cheat-engine avatar

cheat-engine/cheat-engine

0
View on GitHub↗
18,453 stars·2,591 forks·Pascal·22 viewscheatengine.org↗

Cheat Engine

Cheat Engine is a software reverse engineering suite and memory editor designed for the Windows environment. It functions as a comprehensive platform for inspecting, analyzing, and modifying the internal logic and data structures of running applications.

The tool provides capabilities for real-time memory scanning and manipulation, allowing users to locate and alter specific values within a process's address space. It distinguishes itself through advanced debugging features, including hardware-assisted debugging, kernel-mode driver injection for bypassing memory protections, and dynamic binary instrumentation to intercept and modify machine code at runtime.

Beyond basic memory editing, the suite supports the analysis of managed code by reconstructing object hierarchies and method signatures. It also includes an embedded scripting engine that enables the automation of complex tasks, such as interface interactions and custom code injection, allowing for the execution of user-defined assembly scripts within a target process.

Features

  • Software Reverse Engineering Suites - Provides a comprehensive suite for reverse engineering, binary analysis, and memory manipulation of compiled Windows applications.
  • Assembly Debuggers - Scans process memory, injects custom assembly code, and debugs executing applications to analyze and modify internal logic.
  • Debugging and Inspection Tools - Traces code flow and inspects call stacks to identify how processes manage data and handle internal logic.
  • Process Injection Platforms - Provides a platform for executing custom machine code and scripts within target processes to override internal functions.
  • Memory Editors - Enables real-time scanning and modification of process memory values to alter application behavior during execution.
  • Assembly Injection Interfaces - Executes custom machine code within a target process to modify internal logic and override existing functions.
  • Memory Inspection Tools - Scans process memory to locate and alter specific values in real-time to change application behavior.
  • Memory Manipulation Utilities - Locates and alters specific values within a running process to change application behavior or test software state.
  • Code Injection Utilities - Executes user-defined assembly scripts within a target process to alter internal logic at runtime.
  • Instrumentation & Hooking - Hooks into target processes at runtime to intercept and modify machine code instructions for analysis and modification.
  • Memory Scanners - Performs high-speed pattern matching across virtual address spaces to locate and track specific data structures in real-time.
  • Game Hacking Tools - Powerful all-in-one memory scanner and debugger for game modification.
  • Kernel Driver Injection - Loads privileged system drivers to bypass memory protections and gain unrestricted access to process memory.
  • Execution Observability - Traces code execution and manages breakpoints to analyze how processes handle data and internal logic.
  • Execution Tracing - Pauses processes to inspect call stacks and step through instructions to identify logic errors.
  • Embedded Scripting Engines - Integrates a lightweight scripting engine to automate complex memory manipulation and interface interactions.
  • Code Analysis Tools - Dissects data structures and methods within managed applications to facilitate targeted software modifications.
  • Managed Code Analyzers - Dissects and inspects structures and methods within managed applications to facilitate targeted modifications.
  • Task Automation Scripts - Executes custom logic via embedded scripts to automate memory manipulation and interface interactions.
  • Structure Mappers - Analyzes and maps internal data structures and object hierarchies to understand state management.
  • Reflection Frameworks - Parses internal framework structures to reconstruct object hierarchies and method signatures for managed applications.

Star history

Star history chart for cheat-engine/cheat-engineStar history chart for cheat-engine/cheat-engine

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Cheat Engine

Similar open-source projects, ranked by how many features they share with Cheat Engine.
  • hyperdbg/hyperdbgHyperDbg avatar

    HyperDbg/HyperDbg

    3,885View on GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    View on GitHub↗3,885
  • radareorg/radare2radareorg avatar

    radareorg/radare2

    23,120View on GitHub↗

    Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a command-line environment designed for disassembling, debugging, and patching binary executables across a wide range of processor architectures and operating systems. The system distinguishes itself through a modular, plugin-based architecture that supports cross-platform analysis and automated workflows. It utilizes memory-mapped file access to enable efficient structural inspection and modification of binaries without requiring full file loads. By lifting machine instructions into a un

    Cbinary-analysisccommandline
    View on GitHub↗23,120
  • nationalsecurityagency/ghidraNationalSecurityAgency avatar

    NationalSecurityAgency/ghidra

    69,740View on GitHub↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Javadisassemblerreverse-engineeringsoftware-analysis
    View on GitHub↗69,740
  • jindrapetrik/jpexs-decompilerjindrapetrik avatar

    jindrapetrik/jpexs-decompiler

    5,404View on GitHub↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Javadecompilereditorflash
    View on GitHub↗5,404
See all 30 alternatives to Cheat Engine→

Frequently asked questions

What does cheat-engine/cheat-engine do?

Cheat Engine is a software reverse engineering suite and memory editor designed for the Windows environment. It functions as a comprehensive platform for inspecting, analyzing, and modifying the internal logic and data structures of running applications.

What are the main features of cheat-engine/cheat-engine?

The main features of cheat-engine/cheat-engine are: Software Reverse Engineering Suites, Assembly Debuggers, Debugging and Inspection Tools, Process Injection Platforms, Memory Editors, Assembly Injection Interfaces, Memory Inspection Tools, Memory Manipulation Utilities.

What are some open-source alternatives to cheat-engine/cheat-engine?

Open-source alternatives to cheat-engine/cheat-engine include: hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control… radareorg/radare2 — Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a… nationalsecurityagency/ghidra — Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic… jindrapetrik/jpexs-decompiler — JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler… iovisor/bcc — BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It… korcankaraokcu/pince — PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of…