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

rem0obb/gh-interfaces-csgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.