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 talk about using the imgui library with your hack, by utilizing the game's underlying graphics library (SDL in this case).
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
ImGui: https://github.com/ocornut/imgui (ocornut will block you if he finds out you are making cheats)