You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the x86_64 branch of Garry's Mod on Arch Linux. I have built libgluasteal.so from the latest source code but whenever I try injecting with gdb I get stuck at this:
(gdb) set $dlopen = (void*(*)(char*, int)) dlopen
(gdb) call $dlopen("/home/asdfghjkl/glua-steal/build/src/libgluasteal.so", 1)
[Detaching after fork from child process 53626]
I believe this is a gmod update because this has worked for me yesterday with the same build. I tried rebuilding and clean reinstalling gmod with no success.
The text was updated successfully, but these errors were encountered:
I'm using the x86_64 branch of Garry's Mod on Arch Linux. I have built libgluasteal.so from the latest source code but whenever I try injecting with gdb I get stuck at this:
I believe this is a gmod update because this has worked for me yesterday with the same build. I tried rebuilding and clean reinstalling gmod with no success.
The text was updated successfully, but these errors were encountered: