X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/cd2e82fbf803897fbbc28b2d654efda939d46fee..e17ad658ec0b0a16dfaa0b1b1f99e1ff4eb87ba4:/Mach/Inject.cpp diff --git a/Mach/Inject.cpp b/Mach/Inject.cpp index 7d80599..a017a5b 100644 --- a/Mach/Inject.cpp +++ b/Mach/Inject.cpp @@ -58,7 +58,7 @@ void InjectLibrary(pid_t pid) { library[flength] = '\0'; _assert(strcmp(library + flength - 6, ".dylib") == 0); #if !TARGET_OS_IPHONE - strcpy(library + flength - 6, "-any.dylib"); + strcpy(library + flength - 6, "-###.dylib"); #endif mach_port_t self(mach_task_self()), task;