/LinuxMemory

Linux memory editing tool, written in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

LinuxMemory

Codacy Badge CodeFactor

Linux game memory editing API, written in C. This project is mainly for memory editing of singleplayer video games, but it can be used on any software under Unix.

Goal

The objective of this project is to open the world of external memory editing utilities under Linux.

Getting started

With binaries

OR Build sources

Make sure you have cmake (and make) prior to build.

  • Clone the repo
  • Run cmake .
  • Build with make
  • You should see the folder LinuxMemoryAPI appears at the root of the project.
  • Copy paste this folder to your project and include "LinuxMemory.h"

How to use the API

See inside the examples. For now, only one simple external hack can be found, for the game assault cube.