X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/9d79cefcbed6e10f562709ad1b6ec9ac085cd3eb..98735bfe852adb9e5421e5c04bb2e0119af443bd:/Baton.hpp 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;