]> git.saurik.com Git - cycript.git/blobdiff - Mach/Inject.cpp
Get this all working really everywhere again, seriously this time.
[cycript.git] / Mach / Inject.cpp
index 765a4ab6f37e41d23355206851d22b5694ef9316..f5673c24cfc7a72d51d549d615f0b9cfce8d4efd 100644 (file)
@@ -71,6 +71,7 @@ void InjectLibrary(pid_t pid) {
     baton->pthread_join = &pthread_join;
 
     baton->dlopen = &dlopen;
+    baton->dlerror = &dlerror;
     baton->dlsym = &dlsym;
 
     baton->mach_thread_self = &mach_thread_self;