injector icon indicating copy to clipboard operation
injector copied to clipboard

injector_uninject should fail when the libc is musl.

Open kubo opened this issue 2 years ago • 0 comments

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

kubo avatar Oct 19 '22 10:10 kubo