]> git.saurik.com Git - cycript.git/history - Trampoline.t.cpp
Attempt to garbage collect before using choose().
[cycript.git] / Trampoline.t.cpp
2014-01-12  Jay Freeman (saurik)Smuggle errors in libcycript-any.dylib to client.
2014-01-12  Jay Freeman (saurik)Apparently, __pthread_set_self takes tsd address.
2014-01-04  Jay Freeman (saurik)Copy libdyld error messages back from injection.
2014-01-02  Jay Freeman (saurik)Fix (again) process injection on desktop Mac OS X.
2014-01-01  Jay Freeman (saurik)Port and package (a Cydia release) for iOS 7 ARM64.
2013-07-01  Jay Freeman (saurik)On Mac OS X 10.9 libsystem_pthread took pthread_*.
2013-06-23  Jay Freeman (saurik)Use the LC_ID_DYLIB when possible to ID dylibs.
2013-06-23  Jay Freeman (saurik)Remove obsolete attempts to support the Simulator.
2013-06-22  Jay Freeman (saurik)Find all remote symbols via dyld_all_image_infos.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2012-06-04  Jay Freeman (saurik)Update the todo list with the new tasks from stash.
2011-05-23  Jay Freeman (saurik)More consistent Trampoline error handling.
2011-05-20  Jay Freeman (saurik)Use pthread_detach(), not pthread_join(). v0.9.438
2011-05-20  Jay Freeman (saurik)Generalized fix for injector. v0.9.437
2011-05-20  Jay Freeman (saurik)Use dlsym(), not struct Baton.
2011-05-20  Jay Freeman (saurik)Revert "Restructure Mach/Inject for iOS 4.3."
2011-04-04  Jay Freeman (saurik)Restructure Mach/Inject for iOS 4.3. v0.9.432
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman (saurik)Abstract folder for Frameworks into a #defiine.
2010-05-04  Jay Freeman (saurik)Get this all working really everywhere again, seriously...
2010-05-02  Jay Freeman (saurik)Rearrange who pulls WebKit from where.
2010-05-02  Jay Freeman (saurik)Got universal inject working.
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
2009-10-31  Jay Freeman (saurik)Completely reworked how process attach works: now the...
2009-10-31  Jay Freeman (saurik)Implemented Mach injection: Cycript into any process.