Open autodeskerman123 opened 9 months ago
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
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.