danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
434 stars 74 forks source link

How to inject this in linux? #104

Closed ghost closed 3 years ago

ghost commented 3 years ago

I have Manjaro with cathook's gdb

danielkrupinski commented 3 years ago

Execute sudo gdb -batch-silent -p $(pidof csgo_linux64) -ex "call (void*)__libc_dlopen_mode(\"$PWD/libGOESP.so\", 2)" in a directory containing libGOESP.so

nottherealtar commented 3 years ago

thank you!