X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/73f04979fb72cb54812165867349917f0f207492..795230e5563b75406c83ef8aeb9bc310c8a76ee8:/JavaScript.hpp diff --git a/JavaScript.hpp b/JavaScript.hpp index e4af17b..0a3c431 100644 --- a/JavaScript.hpp +++ b/JavaScript.hpp @@ -131,6 +131,8 @@ struct CYHook { bool (*PoolFFI)(CYPool *, JSContextRef, sig::Type *, ffi_type *, void *, JSValueRef); JSValueRef (*FromFFI)(JSContextRef, sig::Type *, ffi_type *, void *, bool, JSObjectRef); + + void *(*CastSymbol)(const char *); }; struct CYRegisterHook {