projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add BOOL and bool for boolean (people use those).
[cycript.git]
/
Mach
/
Inject.cpp
diff --git
a/Mach/Inject.cpp
b/Mach/Inject.cpp
index 3f91398a899ee4ac4ae2de89f135a01986a70c26..8679e03a332c938e184dfff53b88532423de6ef3 100644
(file)
--- a/
Mach/Inject.cpp
+++ b/
Mach/Inject.cpp
@@
-1,5
+1,5
@@
/* Cycript - Optimizing JavaScript Compiler/Runtime
/* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-201
0
Jay Freeman (saurik)
+ * Copyright (C) 2009-201
2
Jay Freeman (saurik)
*/
/* GNU Lesser General Public License, Version 3 {{{ */
*/
/* GNU Lesser General Public License, Version 3 {{{ */
@@
-47,9
+47,7
@@
void InjectLibrary(pid_t pid) {
Baton *baton(reinterpret_cast<Baton *>(local));
baton->__pthread_set_self = &__pthread_set_self;
Baton *baton(reinterpret_cast<Baton *>(local));
baton->__pthread_set_self = &__pthread_set_self;
-
baton->pthread_create = &pthread_create;
baton->pthread_create = &pthread_create;
- baton->pthread_join = &pthread_join;
baton->mach_thread_self = &mach_thread_self;
baton->thread_terminate = &thread_terminate;
baton->mach_thread_self = &mach_thread_self;
baton->thread_terminate = &thread_terminate;