You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (regcomp(®, "/libc(\\.so\\.6|-2\\.[0-9]+\\.so)|/ld-musl-.+?\\.so\\.1", REG_EXTENDED) !=0) {
I have a suggestion to add an API to either let users set the regex or set the full path of libc in case of weird paths/names/versioning. The regex works reasonably well but I don't think we'll be able to catch them all?
The text was updated successfully, but these errors were encountered:
Hey, thanks for making this!
injector/src/linux/elf.c
Line 270 in 6ccf4d4
I have a suggestion to add an API to either let users set the regex or set the full path of libc in case of weird paths/names/versioning. The regex works reasonably well but I don't think we'll be able to catch them all?
The text was updated successfully, but these errors were encountered: