Home

Awesome

GHInterfacesCSGO

Simple base hook for CS:GO on linux

Running

csgo csgo

Compile

Adjust the settings config.hpp !! to point to the correct path relative to the folder.

cd build
cmake ..
make

Installation

mv launcher_client.so bin/linux64/launcher_client.so

Help ?

How does the code work? take a look at the article I made to explain how it develops

Reconstructing the vtable of CS:GO on Linux.