A Cheat Engine server for Windows
Перейти к файлу
HoLLy 935b6feb01 Update dependencies 2023-10-16 17:58:29 +02:00
.vscode Run rustfmt on save 2020-11-14 16:39:21 +01:00
src Fix incorrect command number 2020-11-15 21:17:07 +01:00
.gitignore Switch to simplelog to allow file-based logging 2020-11-15 14:40:36 +01:00
Cargo.lock Update dependencies 2023-10-16 17:58:29 +02:00
Cargo.toml Implement ReadProcessMemory compression 2020-11-15 17:26:36 +01:00
README.md Add readme 2020-11-15 21:18:50 +01:00

README.md

ce-server

This repo houses a Windows server for Cheat Engine. It allows you to remotely use some Cheat Engine functionality without running the entire Cheat Engine on the host machine.

Features

Currently, this server supports basic Cheat Engine functionality such as reading, writing and scanning memory.

Here is an incomplete list of what it can do:

  • Enumerate processes, modules and memory regions
  • Read/write/scan memory (including compression)

Here is an incomplete list of what it can not do:

  • Debug
  • Use the speed hack
  • Create, pause or resume threads
  • Allocate or deallocate memory
  • Use extensions
  • Execute AOB scans
  • Make you a sandwich

Building

Install the Rust toolchain (see rustup) and run cargo build --release, which will build a release binary in the target/release folder.

License

Currently I do not wish to license this code, which means all rights are reserved. However, you may compile this tool for your personal use.