Giter Club home page Giter Club logo

ceserver-rawmem's Introduction

ceserver-rawmem

CEServer for Cheat Engine7.4 to perform DMA access to Windows processes

The system in the memory dump only supports 64-bit systems, windows10, windows11

Instructions:

CEServer for raw memory dump file, QEMU/KVM
Usage:
  ceserver-rawmem [OPTION...]

  -f, --file arg  Memory dump file name
      --vm arg    QEMU/KVM guest name
  -p, --port arg  CEServer port (default: 8997)
  -h, --help      Show help

-f parameter only supports complete linear physical memory dump, you can get it through MemProcFS

Example for kvm core dump

Run commond

MemProcFS.exe -device win10.core

Copy M:\memory.pmem to your workspace

Open WSL and run command

./ceserver-rawmem -f memory.pmem

Port forwarding for WSL

netsh interface portproxy add v4tov4 listenport=8997 listenaddress=0.0.0.0 connectport=8997 connectaddress=xxx.xxx.xxx.xxx

Open Cheat Engine, connect to localhost:8997

Example for QEMU/KVM

If you have a virtual machine named win10

./ceserver-rawmem --vm win10

Open Cheat Engine, connect to localhost:8997

How to build

Environment: Ubuntu22.04 x64

Require:

  1. CMake >= 3.2.0
  2. Clang >= 14
  3. OpenSSL >= 1.1.1
  4. Zlib >= 1.2.11
  5. Boost >= 1.74
  6. Fmt >= 8.1.1
sudo apt-get update
sudo apt-get install -y build-essential zlib1g-dev libssl-dev cmake clang-14 libboost-all-dev libfmt-dev
mkdir build
cd build
cmake .. -DCMAKE_C_COMPILER=clang-14 -DCMAKE_CXX_COMPILER=clang++-14
make -j12

Environment: macOS 13.4.1

brew install cmake
mkdir build
cd build
cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
make

ToDoList

  • Support qemu-kvm, pcileech

  • Write an example of dumping apex game data

  • Make a qemu-kvm cheat

Screenshots

image-1

Credits

  • memflow: Provides a nice way to get the base address of ntoskrnl.exe

  • query-pdb: Provides a good pdb parsing service

  • cheatengine: Cheat Engine is a development environment focused on modding games and applications for personal use.

  • cxxopts: Lightweight C++ command line option parser

  • MemProcFS: MemProcFS is an easy and convenient way of viewing physical memory as files in a virtual file system.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.