X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/9d79cefcbed6e10f562709ad1b6ec9ac085cd3eb..ccd33bdc275e7b4b7cc18d484ec68976354e48e2:/Baton.hpp?ds=inline diff --git a/Baton.hpp b/Baton.hpp index 48d103d..696a94d 100644 --- a/Baton.hpp +++ b/Baton.hpp @@ -26,7 +26,8 @@ #include struct Baton { - mach_vm_address_t dyld; + uint64_t dyld; pid_t pid; + char error[1024]; char library[]; } _packed;