Osiris icon indicating copy to clipboard operation
Osiris copied to clipboard

[LINUX] Injection command gives me an error

Open autodeskerman123 opened this issue 1 year ago • 1 comments

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.

autodeskerman123 avatar Jan 16 '24 04:01 autodeskerman123

CS2 has to be running and you have to run this command in the same directory as libOsiris.so

danielkrupinski avatar Jan 16 '24 22:01 danielkrupinski