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

Crashes CS:GO upon injection under GNU/Linux #143

Closed hnhx closed 1 year ago

hnhx commented 1 year ago

As the title says, when I inject the cheat with gdb it crashes the game.

Here is the gdb command I use:

gdb -n -q -batch-silent \
        -ex "set logging file /dev/null" \
        -ex "set logging redirect on" \
        -ex "set logging on" \
        -ex "attach $csgo_pid" \
        -ex "call ((void*(*)(const char*, int))dlopen)(\"/usr/lib/$filename\", 1)"   \
        -ex "detach" \
        -ex "quit"
hnhx commented 1 year ago

@danielkrupinski

hnhx commented 1 year ago

Nvm I solved via the commit related to GNU/Linux game update in Osiris