Osiris
Osiris copied to clipboard
[LINUX] Injection command gives me an error
Running sudo gdb -batch-silent -p $(pidof cs2) -ex "call (void*)dlopen("$PWD/libOsiris.so", 2)"
gives me
all (void)dlopen("/home/bigbit/Osiris/Release/libOsiris.so", 2): No such file or directory. Illegal process-id: -ex.
CS2 has to be running and you have to run this command in the same directory as libOsiris.so