Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 628 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 628 Bytes

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.