LAUGH(Linux Adaptation for Universal Game Hacking) You can download the prebuilt from https://github.com/Silicateeeee/LAUGH/releases/latest (x86-64)
This was made in a distrobox so if you're using that here's how to set it up
If you haven't created your box yet:
distrobox create Name-Of-ChoiceIf you haven't opened your box yet:
distrobox enter Name-Of-ChoiceYou'll need a compiler and some graphics libraries for the UI:
sudo dnf install -y make gcc-c++ glfw-devel mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-develGo into the folder where your files are and run:
makeIf the build fails and complains about a missing file try:
dnf provides */name-of-file.hIt needs root bc it messes with other program memory:
sudo ./LAUGHThis is really only meant for game hacking so aslong as your doing nothing extreme it should be ok
You do need sudo to run it


