diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inject.c b/src/inject.c index 96012b6..58b05c2 100644 --- a/src/inject.c +++ b/src/inject.c @@ -284,7 +284,7 @@ int load_library(pid_t pid, char* lib_path) if (lib_mod.size) return 1; - struct module_s libc_ex = getModule(pid, "libshim.so"); + struct module_s libc_ex = getModule(pid, "libc.so"); uintptr_t offset = getSymbolOffset(libc_ex.path, "dlopen"); // fallback |