Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 653 Bytes

File metadata and controls

19 lines (13 loc) · 653 Bytes

Cheat Stengine

Cheat Stengine is a reverse engineering tool for Windows processes. The goal is to create a tool that has a better user experience than Cheat Engine, while still providing powerful features for reverse engineering and game hacking.

Warning

Cheat Stengine is still in the very early stages of development. Many features are not yet implemented, and the tool may be unstable.

Compiling from source

cmake -S . -B build
cmake --build build --config Release