-
Notifications
You must be signed in to change notification settings - Fork 961
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
null handle returned for libSDL3.so.0 #4360
Comments
Please show the output of |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System: linux, Ubuntu 22.04
cs2: launched with -insecure
I build libOsiris, then injected library
with ptrace and dlmopen(LM_ID_NEWLM, lib_path, RTLD_NOW);
, and nothing happen.
I wrote just simple library to test that getModuleHandle not working with cs2 libraries
I tried
libSDL3.so.0
(with full path, just name of library not work for me idk why)to get handle in my dynamic library using dlopen(libraryName, RTLD_NOLOAD | RTLD_LAZY);
it return 0, and dlerror not say anything(returns nullptr).
Then I tried
libm.so.6
and everything just works fine.Seems like VAC protection? Ways to bypass?
The text was updated successfully, but these errors were encountered: