Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request add linux injector #4303

Open
s-b-repo opened this issue Jun 8, 2024 · 5 comments
Open

request add linux injector #4303

s-b-repo opened this issue Jun 8, 2024 · 5 comments

Comments

@s-b-repo
Copy link

s-b-repo commented Jun 8, 2024

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 s-b-repo changed the title request request linux injector Jun 8, 2024
@s-b-repo
Copy link
Author

s-b-repo commented Jun 8, 2024

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

other method

@s-b-repo
Copy link
Author

s-b-repo commented Jun 8, 2024

@s-b-repo
Copy link
Author

s-b-repo commented Jun 8, 2024

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

@s-b-repo
Copy link
Author

s-b-repo commented Jun 8, 2024

@s-b-repo s-b-repo changed the title request linux injector request add linux injector Jun 8, 2024
@KebabLord
Copy link

injection command is already in readme

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants