From: Jay Freeman (saurik) Date: Fri, 16 Oct 2009 00:27:01 +0000 (+0000) Subject: Implemented ivar access, added some general runtime reflection hierarchy, changed... X-Git-Tag: v0.9.432~342 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/c239b9f8664af054c40d00c68ba4054a23b97735?hp=c239b9f8664af054c40d00c68ba4054a23b97735 Implemented ivar access, added some general runtime reflection hierarchy, changed NSCFType.toJSON to use CFCopyDescription, fixed a few bugs in the server/client interaction involving exceptions not getting propogated, further fleshed out CoreFoundation bridging, setup CYSend:: for CYNoLeader flags, and messed with the overall mechanism for converting objects into descriptions (including memory management, naming, and safety for weird types). ---