X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/38ae783db781810a19b3103bb55c81ea70e7d952..7fda0bae4e053e7d462d1580eb7580a8427ed0b7:/Baton.hpp diff --git a/Baton.hpp b/Baton.hpp index 8607893..696a94d 100644 --- a/Baton.hpp +++ b/Baton.hpp @@ -19,12 +19,15 @@ **/ /* }}} */ +#include "Standard.hpp" + #include #include #include struct Baton { - mach_vm_address_t dyld; + uint64_t dyld; pid_t pid; + char error[1024]; char library[]; -}; +} _packed;