]> git.saurik.com Git - cycript.git/history - Mach
@encode syntax doesn't require Objective-C support.
[cycript.git] / Mach /
2014-08-19  Jay Freeman (saurik)Replace -any.dylib with a check in the trampoline.
2014-06-04  Jay Freeman (saurik)Initialize address32 out parameter in vm_allocate.
2014-03-11  Jay Freeman (saurik)Verify the injection error buffer is null-termined.
2014-03-11  Jay Freeman (saurik)Fix creepy "dump master.passwd to stderr" failure.
2014-01-04  Jay Freeman (saurik)The TARGET_OS_IPHONE variable is set to 1 or 0.
2014-01-04  Jay Freeman (saurik)Copy libdyld error messages back from injection.
2014-01-01  Jay Freeman (saurik)Port and package (a Cydia release) for iOS 7 ARM64.
2013-09-09  Jay Freeman (saurik)Finish new build environment, relocatable objects.
2013-09-09  Jay Freeman (saurik)Use MACHINE_THREAD_STATE{,_COUNT} to simplify Mach.
2013-09-08  Jay Freeman (saurik)Make mach_vm to vm_map fix support iOS Simulator.
2013-09-07  Jay Freeman (saurik)On ARM, mach_vm isn't supported, so use vm_map.
2013-06-23  Jay Freeman (saurik)Find location of libcycript at runtime with dladdr.
2013-06-23  Jay Freeman (saurik)Correct all blocking 32/64-bit incompatibilities.
2013-06-22  Jay Freeman (saurik)Find all remote symbols via dyld_all_image_infos.
2013-06-22  Jay Freeman (saurik)Make the ARM thread setup code match i386/x86_64.
2013-06-22  Jay Freeman (saurik)Use x86_THREAD_STATE to detect 32/64-bit flavor.
2013-06-22  Jay Freeman (saurik)Add _krncall around vm_write (Substrate backport).
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-11-07  Jay Freeman (saurik)Use correct variable to verify thread state access.
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
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)Support building for iOS (Universal) on Mac.
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-05-05  Douglas William... Ported things mentioned in DOUG comments.
2010-05-02  Jay Freeman (saurik)Rearrange who pulls WebKit from where.
2010-05-02  Jay Freeman (saurik)Remove debugging garbage from Mach/Inject.
2010-05-02  Jay Freeman (saurik)Got universal inject working.
2010-04-27  Jay Freeman (saurik)Add support back for ARM inject.
2010-04-25  Jay Freeman (saurik)Even larger temporary hack to make 64-bit work.
2010-04-25  Jay Freeman (saurik)Temporary hacks to make 64-bit compile work.
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
2009-11-01  Jay Freeman (saurik)Attempting a silly x64 fix.
2009-11-01  Jay Freeman (saurik)Welcome to Leopard.
2009-10-31  Jay Freeman (saurik)Added runloop detection support, ported Handler back...
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.