Osiris
Osiris copied to clipboard
Error upon injection
The following error occurs upon injection. How do I fix this?
warning: Could not load shared library symbols for bin/linux64/launcher_client.so. Do you need "set solib-search-path" or "set sysroot"? No symbol "__libc_dlopen_mode" in current context.
Try this:
sudo gdb -n -q -batch-silent \
-ex "set logging file /dev/null" \
-ex "set logging redirect on" \
-ex "set logging on" \
-ex "attach $(pidof csgo_linux64)" \
-ex "call ((void*(*)(const char*, int))dlopen)(\"libOsiris.so\", 1)" \
-ex "detach" \
-ex "quit"
Not working. Tried it
Try this:
sudo gdb -n -q -batch-silent \ -ex "set logging file /dev/null" \ -ex "set logging redirect on" \ -ex "set logging on" \ -ex "attach $(pidof csgo_linux64)" \ -ex "call ((void*(*)(const char*, int))dlopen)(\"libOsiris.so\", 1)" \ -ex "detach" \ -ex "quit"
not working
Try this:
sudo gdb -n -q -batch-silent \ -ex "set logging file /dev/null" \ -ex "set logging redirect on" \ -ex "set logging on" \ -ex "attach $(pidof csgo_linux64)" \ -ex "call ((void*(*)(const char*, int))dlopen)(\"libOsiris.so\", 1)" \ -ex "detach" \ -ex "quit"
This works.