GNU/Linux Game Hacking [Episode 1] : CMake Project, Injecting and Using a debugger

Опубликовано: 17 Июнь 2026
на канале: ef3d0c3e
2,168
47

Hello everyone, in this series I discuss video game hacking on the GNU/Linux operating system. I mainly talk about how hacking can be done by using the posix & linux tools, which turn to be extremely useful for that.
In this episode I set up the base project that we will use through the series, perform our first code injection using gdb and show how to use cheat engine's debugger.

I will also maintain a git repository containing the source code for every episodes:
https://github.com/ef3d0c3e/LinuxGame...

Useful links:
GDB : https://www.gnu.org/software/gdb/
Cheat engine : https://cheatengine.org/
CMake : https://cmake.org/
G++ : https://gcc.gnu.org/
The `fmt` library: https://github.com/fmtlib/fmt
My demangler: https://github.com/ef3d0c3e/demangler