Osiris icon indicating copy to clipboard operation
Osiris copied to clipboard

request add linux injector

Open s-b-repo opened this issue 1 year ago • 6 comments
trafficstars

https://github.com/s-b-repo/linject/blob/main/linject.py would you consider this a injector for linux can this be used as a base and improved on

s-b-repo avatar Jun 08 '24 16:06 s-b-repo

LD_PRELOAD=/path/to/libOsiris.so ./cs2

other method

s-b-repo avatar Jun 08 '24 17:06 s-b-repo

https://github.com/s-b-repo/zunix/blob/main/ndy.h

s-b-repo avatar Jun 08 '24 17:06 s-b-repo

pip install inject or sudo apt-get install inject sudo inject $(pidof cs2) /path/to/libOsiris.so

s-b-repo avatar Jun 08 '24 17:06 s-b-repo

https://github.com/s-b-repo/creeze/blob/main/lacky.h

s-b-repo avatar Jun 08 '24 17:06 s-b-repo

injection command is already in readme

sudo gdb -batch-silent -p $(pidof cs2) -ex "call (void*)dlopen(\"$PWD/libOsiris.so\", 2)"

KebabLord avatar Jul 09 '24 11:07 KebabLord

injection command is already in readme

sudo gdb -batch-silent -p $(pidof cs2) -ex "call (void*)dlopen(\"$PWD/libOsiris.so\", 2)"

some user say it breaks for them

s-b-repo avatar Sep 26 '24 19:09 s-b-repo