X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c15969fd0a6280c60d2f35876b5343004fed2b11..74dde0f879f5c11cfb10e161ec5e4c4f2abbca73:/Baton.hpp diff --git a/Baton.hpp b/Baton.hpp index e2f96e4..696a94d 100644 --- a/Baton.hpp +++ b/Baton.hpp @@ -19,20 +19,15 @@ **/ /* }}} */ +#include "Standard.hpp" + #include #include #include struct Baton { - void (*__pthread_set_self)(pthread_t); - int (*pthread_create)(pthread_t *, const pthread_attr_t *, void *(*)(void *), void *); - - mach_port_t (*mach_thread_self)(); - kern_return_t (*thread_terminate)(thread_act_t); - - char *(*dlerror)(); - void *(*dlsym)(void *, const char *); - + uint64_t dyld; pid_t pid; + char error[1024]; char library[]; -}; +} _packed;