X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/8ad1528b69655e99ce77d52df90fadeb07b1153c..c68c8c23cfcbb1dfccbdbb21b92af8e1346dc435:/Mach/Inject.cpp diff --git a/Mach/Inject.cpp b/Mach/Inject.cpp index 29d1848..4c0b1bb 100644 --- a/Mach/Inject.cpp +++ b/Mach/Inject.cpp @@ -47,6 +47,10 @@ void InjectLibrary(pid_t pid) { Baton *baton(reinterpret_cast(local)); baton->__pthread_set_self = &__pthread_set_self; + baton->pthread_create = &pthread_create; + + baton->mach_thread_self = &mach_thread_self; + baton->thread_terminate = &thread_terminate; baton->dlerror = &dlerror; baton->dlsym = &dlsym;