injector
injector copied to clipboard
injector_uninject should fail when the libc is musl.
injector_uninject
succeeds even though it doesn't unload libraries when the libc is musl. That's because musl's dlclose
is a no-op. See https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading_libraries