]> git.saurik.com Git - cycript.git/log
cycript.git
9 years agoAvoid dependency hell by overriding location type.
Jay Freeman (saurik) [Mon, 2 Nov 2015 13:15:18 +0000 (05:15 -0800)] 
Avoid dependency hell by overriding location type.

9 years agoUpgrade to Bison 3.0.4 (Apple is never upgrading).
Jay Freeman (saurik) [Mon, 2 Nov 2015 12:34:08 +0000 (04:34 -0800)] 
Upgrade to Bison 3.0.4 (Apple is never upgrading).

9 years agoUpgrade to a more recent build of libtool in Fink.
Jay Freeman (saurik) [Mon, 2 Nov 2015 11:58:57 +0000 (03:58 -0800)] 
Upgrade to a more recent build of libtool in Fink.

9 years agoConsistently pass -g0 -O3 through Apple configure.
Jay Freeman (saurik) [Mon, 2 Nov 2015 10:54:48 +0000 (02:54 -0800)] 
Consistently pass -g0 -O3 through Apple configure.

9 years agoSet .SECONDARY to stop deletion of .libs/cycript_.
Jay Freeman (saurik) [Mon, 2 Nov 2015 09:50:34 +0000 (01:50 -0800)] 
Set .SECONDARY to stop deletion of .libs/cycript_.

9 years agoDelay expansion of MAKE, to allow using jobserver.
Jay Freeman (saurik) [Mon, 2 Nov 2015 09:32:59 +0000 (01:32 -0800)] 
Delay expansion of MAKE, to allow using jobserver.

9 years agoThe RuntimeProperty callback is now long obsolete.
Jay Freeman (saurik) [Sun, 1 Nov 2015 22:05:01 +0000 (14:05 -0800)] 
The RuntimeProperty callback is now long obsolete.

9 years agoRely on (automatic) weak symbols instead of dlsym.
Jay Freeman (saurik) [Sun, 1 Nov 2015 22:04:14 +0000 (14:04 -0800)] 
Rely on (automatic) weak symbols instead of dlsym.

9 years agoRename Instance::Transient to Instance::Permament.
Jay Freeman (saurik) [Sun, 1 Nov 2015 22:00:28 +0000 (14:00 -0800)] 
Rename Instance::Transient to Instance::Permament.

9 years agoCorrect a stupid mistake (!= 0 without _assert()).
Jay Freeman (saurik) [Wed, 28 Oct 2015 15:10:24 +0000 (08:10 -0700)] 
Correct a stupid mistake (!= 0 without _assert()).

9 years agoCobble injection into heavily sandboxed processes. v0.9.503
Jay Freeman (saurik) [Wed, 28 Oct 2015 13:48:34 +0000 (06:48 -0700)] 
Cobble injection into heavily sandboxed processes.

9 years agoPort to Substrate: use cynject (this is GPL-safe).
Jay Freeman (saurik) [Wed, 28 Oct 2015 12:18:00 +0000 (05:18 -0700)] 
Port to Substrate: use cynject (this is GPL-safe).

9 years agoOn iOS 9 Apple broke pre-existing 32-bit binaries.
Jay Freeman (saurik) [Thu, 15 Oct 2015 07:38:12 +0000 (00:38 -0700)] 
On iOS 9 Apple broke pre-existing 32-bit binaries.

9 years agoMove to an unknown/different version of autotools.
Jay Freeman (saurik) [Thu, 15 Oct 2015 07:30:35 +0000 (00:30 -0700)] 
Move to an unknown/different version of autotools.

9 years agoFix for-of loops (an internal variable was wrong).
Jay Freeman (saurik) [Mon, 12 Oct 2015 09:26:00 +0000 (02:26 -0700)] 
Fix for-of loops (an internal variable was wrong).

9 years agoI don't think the Types_ TypeMap was ever used :/.
Jay Freeman (saurik) [Mon, 12 Oct 2015 09:25:37 +0000 (02:25 -0700)] 
I don't think the Types_ TypeMap was ever used :/.

9 years agoPrefer JSValueIsStrictEqual to compare prototypes.
Jay Freeman (saurik) [Mon, 12 Oct 2015 09:24:30 +0000 (02:24 -0700)] 
Prefer JSValueIsStrictEqual to compare prototypes.

9 years agoOn iOS 9, JSObjectGetPrototype changes JSValueRef.
Jay Freeman (saurik) [Tue, 15 Sep 2015 04:11:42 +0000 (21:11 -0700)] 
On iOS 9, JSObjectGetPrototype changes JSValueRef.

9 years agoGuarantee hooks_ is initialized before CYRegister.
Jay Freeman (saurik) [Tue, 15 Sep 2015 04:10:29 +0000 (21:10 -0700)] 
Guarantee hooks_ is initialized before CYRegister.

10 years agoSupport extern "C" syntax to FFI via C prototypes.
Jay Freeman (saurik) [Fri, 31 Oct 2014 09:50:48 +0000 (02:50 -0700)] 
Support extern "C" syntax to FFI via C prototypes.

10 years agoCYMessage syntax should not be using CYEncodedType.
Jay Freeman (saurik) [Fri, 31 Oct 2014 08:42:04 +0000 (01:42 -0700)] 
CYMessage syntax should not be using CYEncodedType.

10 years agoC++11 now defaults destructors to noexcept(true).
Jay Freeman (saurik) [Mon, 13 Oct 2014 12:20:02 +0000 (05:20 -0700)] 
C++11 now defaults destructors to noexcept(true).

10 years agoDirectly use primitives to construct class types.
Jay Freeman (saurik) [Mon, 13 Oct 2014 11:16:16 +0000 (04:16 -0700)] 
Directly use primitives to construct class types.

10 years agoDirectly create types for Objective-C field types.
Jay Freeman (saurik) [Mon, 13 Oct 2014 11:09:26 +0000 (04:09 -0700)] 
Directly create types for Objective-C field types.

10 years agoRemove duplicated manually-pooled Type constructor.
Jay Freeman (saurik) [Mon, 13 Oct 2014 11:07:03 +0000 (04:07 -0700)] 
Remove duplicated manually-pooled Type constructor.

10 years agoAllow HOME in environment to override passwd file.
Jay Freeman (saurik) [Sat, 11 Oct 2014 22:29:26 +0000 (15:29 -0700)] 
Allow HOME in environment to override passwd file.

10 years agoSupport having multiple language hooks registered.
Jay Freeman (saurik) [Sat, 11 Oct 2014 22:15:16 +0000 (15:15 -0700)] 
Support having multiple language hooks registered.

10 years agoSetup for adding code to Bison implementation file.
Jay Freeman (saurik) [Sat, 11 Oct 2014 21:56:44 +0000 (14:56 -0700)] 
Setup for adding code to Bison implementation file.

10 years agoPass -std=c++11 in both CXXFLAGS and OBCJXXFLAGS.
Jay Freeman (saurik) [Sat, 11 Oct 2014 21:54:38 +0000 (14:54 -0700)] 
Pass -std=c++11 in both CXXFLAGS and OBCJXXFLAGS.

10 years ago/System/Library/Frameworks is an Apple-only path.
Jay Freeman (saurik) [Sat, 11 Oct 2014 20:48:54 +0000 (13:48 -0700)] 
/System/Library/Frameworks is an Apple-only path.

10 years agoUpdate copyright for 2014 and relicense to AGPLv3.
Jay Freeman (saurik) [Sat, 11 Oct 2014 20:44:59 +0000 (13:44 -0700)] 
Update copyright for 2014 and relicense to AGPLv3.

10 years agoAdd an empty Execute.cpp for Java support backend.
Jay Freeman (saurik) [Sat, 11 Oct 2014 11:53:45 +0000 (04:53 -0700)] 
Add an empty Execute.cpp for Java support backend.

10 years agoDetect jni.h and link Android build against Dalvik.
Jay Freeman (saurik) [Sat, 11 Oct 2014 11:50:29 +0000 (04:50 -0700)] 
Detect jni.h and link Android build against Dalvik.

10 years ago@encode syntax doesn't require Objective-C support.
Jay Freeman (saurik) [Sat, 11 Oct 2014 11:14:12 +0000 (04:14 -0700)] 
@encode syntax doesn't require Objective-C support.

10 years agoManually unify CYLocal<CYPool>::key_ into Library.
Jay Freeman (saurik) [Sat, 11 Oct 2014 11:08:42 +0000 (04:08 -0700)] 
Manually unify CYLocal<CYPool>::key_ into Library.

10 years agoBuild and configure required libraries on Android.
Jay Freeman (saurik) [Sat, 11 Oct 2014 11:07:08 +0000 (04:07 -0700)] 
Build and configure required libraries on Android.

10 years agoRepair support for compiling without Objective-C.
Jay Freeman (saurik) [Sat, 11 Oct 2014 09:10:13 +0000 (02:10 -0700)] 
Repair support for compiling without Objective-C.

10 years agoCorrect "error: taking address of temporary array".
Jay Freeman (saurik) [Sat, 11 Oct 2014 09:09:10 +0000 (02:09 -0700)] 
Correct "error: taking address of temporary array".

10 years agoGive Xcode/Apple/iOS build scripts a common prefix.
Jay Freeman (saurik) [Sat, 11 Oct 2014 08:57:34 +0000 (01:57 -0700)] 
Give Xcode/Apple/iOS build scripts a common prefix.

10 years agoRemove APR dependency: getopt_long actually works.
Jay Freeman (saurik) [Sat, 11 Oct 2014 08:44:24 +0000 (01:44 -0700)] 
Remove APR dependency: getopt_long actually works.

10 years agoCorrect "error: taking address of temporary array".
Jay Freeman (saurik) [Sat, 11 Oct 2014 05:57:56 +0000 (22:57 -0700)] 
Correct "error: taking address of temporary array".

10 years agoAdd a makefile mechanism for automatic deployment. v0.9.502
Jay Freeman (saurik) [Wed, 20 Aug 2014 02:14:27 +0000 (19:14 -0700)] 
Add a makefile mechanism for automatic deployment.

10 years agoAdd workaround for a linker bug (and a test case).
Jay Freeman (saurik) [Tue, 19 Aug 2014 23:44:20 +0000 (16:44 -0700)] 
Add workaround for a linker bug (and a test case).

10 years agoUse osx as the short tag for OS X instead of mac.
Jay Freeman (saurik) [Tue, 19 Aug 2014 23:01:40 +0000 (16:01 -0700)] 
Use osx as the short tag for OS X instead of mac.

10 years agoThe .PHONY was not updated from package to zip :(.
Jay Freeman (saurik) [Tue, 19 Aug 2014 21:10:55 +0000 (14:10 -0700)] 
The .PHONY was not updated from package to zip :(.

10 years agoProvide some minimal debugging on @import MS fail.
Jay Freeman (saurik) [Tue, 19 Aug 2014 20:24:22 +0000 (13:24 -0700)] 
Provide some minimal debugging on @import MS fail.

10 years agoReplace -any.dylib with a check in the trampoline.
Jay Freeman (saurik) [Tue, 19 Aug 2014 19:08:20 +0000 (12:08 -0700)] 
Replace -any.dylib with a check in the trampoline.

10 years agoUse OS X (not Simulator) build for x86_64 on OS X.
Jay Freeman (saurik) [Tue, 19 Aug 2014 19:06:56 +0000 (12:06 -0700)] 
Use OS X (not Simulator) build for x86_64 on OS X.

10 years agoCycript.framework is no longer one unified folder.
Jay Freeman (saurik) [Wed, 9 Jul 2014 02:38:37 +0000 (19:38 -0700)] 
Cycript.framework is no longer one unified folder.

10 years agoEmbed Cycript git version in zip package filename.
Jay Freeman (saurik) [Tue, 8 Jul 2014 13:04:14 +0000 (06:04 -0700)] 
Embed Cycript git version in zip package filename.

10 years agoCorrupt load command should break for, not return.
Jay Freeman (saurik) [Tue, 8 Jul 2014 12:58:10 +0000 (05:58 -0700)] 
Corrupt load command should break for, not return.

10 years agoOutput argument list names compatible with Swift.
Jay Freeman (saurik) [Sat, 7 Jun 2014 05:26:37 +0000 (22:26 -0700)] 
Output argument list names compatible with Swift.

10 years agoDo not rely on -[description] to describe classes.
Jay Freeman (saurik) [Thu, 5 Jun 2014 09:25:19 +0000 (02:25 -0700)] 
Do not rely on -[description] to describe classes.

10 years agoAvoid infinite recursion while CYONifying objects.
Jay Freeman (saurik) [Wed, 4 Jun 2014 12:25:17 +0000 (05:25 -0700)] 
Avoid infinite recursion while CYONifying objects.

10 years agoSlightly improve horrible #ifdef'd type encoding.
Jay Freeman (saurik) [Wed, 4 Jun 2014 11:08:59 +0000 (04:08 -0700)] 
Slightly improve horrible #ifdef'd type encoding.

10 years agoInitialize address32 out parameter in vm_allocate.
Jay Freeman (saurik) [Wed, 4 Jun 2014 10:24:33 +0000 (03:24 -0700)] 
Initialize address32 out parameter in vm_allocate.

10 years agoAdd a local install target (why not?) to xcode.mk.
Jay Freeman (saurik) [Wed, 4 Jun 2014 10:23:43 +0000 (03:23 -0700)] 
Add a local install target (why not?) to xcode.mk.

10 years agoCompile libcycript for OS X and package framework.
Jay Freeman (saurik) [Wed, 4 Jun 2014 10:23:17 +0000 (03:23 -0700)] 
Compile libcycript for OS X and package framework.

10 years agoAlso build OS X target and use for libcycript-any.
Jay Freeman (saurik) [Wed, 4 Jun 2014 10:17:52 +0000 (03:17 -0700)] 
Also build OS X target and use for libcycript-any.

10 years agoAdd $snprintfp trampoline helper, "just in case".
Jay Freeman (saurik) [Wed, 4 Jun 2014 10:15:23 +0000 (03:15 -0700)] 
Add $snprintfp trampoline helper, "just in case".

10 years agoIn trampoline, make $strlcpy not crash given NULL.
Jay Freeman (saurik) [Wed, 4 Jun 2014 10:14:53 +0000 (03:14 -0700)] 
In trampoline, make $strlcpy not crash given NULL.

10 years agoDon't crash if ivar_getTypeEncoding returns NULL.
Jay Freeman (saurik) [Tue, 3 Jun 2014 22:33:00 +0000 (15:33 -0700)] 
Don't crash if ivar_getTypeEncoding returns NULL.

10 years agoFix issue in 64-bit choose() reported by heardrwt.
Jay Freeman (saurik) [Tue, 3 Jun 2014 22:32:07 +0000 (15:32 -0700)] 
Fix issue in 64-bit choose() reported by heardrwt.

10 years agoThe nice thing about # is its similar density to @.
Jay Freeman (saurik) [Tue, 11 Mar 2014 23:35:13 +0000 (16:35 -0700)] 
The nice thing about # is its similar density to @.

10 years agoClose server socket after accepting remote client.
Jay Freeman (saurik) [Tue, 11 Mar 2014 22:52:05 +0000 (15:52 -0700)] 
Close server socket after accepting remote client.

10 years agoDo not leave console socket lying around in /tmp.
Jay Freeman (saurik) [Tue, 11 Mar 2014 22:44:54 +0000 (15:44 -0700)] 
Do not leave console socket lying around in /tmp.

10 years agoVerify the injection error buffer is null-termined.
Jay Freeman (saurik) [Tue, 11 Mar 2014 22:33:35 +0000 (15:33 -0700)] 
Verify the injection error buffer is null-termined.

10 years agoFix creepy "dump master.passwd to stderr" failure.
Jay Freeman (saurik) [Tue, 11 Mar 2014 22:18:02 +0000 (15:18 -0700)] 
Fix creepy "dump master.passwd to stderr" failure.

10 years agoCycript's lexer does not need to be "interactive".
Jay Freeman (saurik) [Wed, 29 Jan 2014 19:23:47 +0000 (11:23 -0800)] 
Cycript's lexer does not need to be "interactive".

10 years agoMake lexer start a comment with #! (for scripts).
Jay Freeman (saurik) [Wed, 29 Jan 2014 17:30:57 +0000 (09:30 -0800)] 
Make lexer start a comment with #! (for scripts).

10 years agoDo not use FFI to sel_registerName for [] syntax.
Jay Freeman (saurik) [Wed, 29 Jan 2014 17:30:21 +0000 (09:30 -0800)] 
Do not use FFI to sel_registerName for [] syntax.

10 years agoGeneralize and centralize cpr flag conflict check.
Jay Freeman (saurik) [Wed, 29 Jan 2014 17:24:38 +0000 (09:24 -0800)] 
Generalize and centralize cpr flag conflict check.

10 years agoUse apr_getopt_long instead of simply apr_getopt.
Jay Freeman (saurik) [Wed, 29 Jan 2014 16:58:15 +0000 (08:58 -0800)] 
Use apr_getopt_long instead of simply apr_getopt.

10 years agoLet's reserve # entirely for the pre-processor.
Jay Freeman (saurik) [Wed, 29 Jan 2014 16:53:25 +0000 (08:53 -0800)] 
Let's reserve # entirely for the pre-processor.

10 years agoActually, non-terminal attachment now works fine.
Jay Freeman (saurik) [Wed, 29 Jan 2014 16:52:52 +0000 (08:52 -0800)] 
Actually, non-terminal attachment now works fine.

10 years agoCorrect (and complete) implementation of bash $0. v0.9.501
Jay Freeman (saurik) [Wed, 29 Jan 2014 07:25:26 +0000 (23:25 -0800)] 
Correct (and complete) implementation of bash $0.

10 years agoRemove all Objective-C selector bridge definitions.
Jay Freeman (saurik) [Wed, 29 Jan 2014 01:49:03 +0000 (17:49 -0800)] 
Remove all Objective-C selector bridge definitions.

10 years agoRemove some trailing whitespace from Bridge.def.
Jay Freeman (saurik) [Tue, 28 Jan 2014 21:22:54 +0000 (13:22 -0800)] 
Remove some trailing whitespace from Bridge.def.

10 years agoAdd Security framework definitions to Bridge.def.
Jay Freeman (saurik) [Tue, 28 Jan 2014 21:22:42 +0000 (13:22 -0800)] 
Add Security framework definitions to Bridge.def.

10 years agoMake cycript wrapper script detect its directory.
Jay Freeman (saurik) [Tue, 28 Jan 2014 21:21:21 +0000 (13:21 -0800)] 
Make cycript wrapper script detect its directory.

10 years agoAttempt to load a framework when no module found.
Jay Freeman (saurik) [Sun, 26 Jan 2014 22:12:18 +0000 (14:12 -0800)] 
Attempt to load a framework when no module found.

10 years agoDo not cache modules if the module doesn't exist.
Jay Freeman (saurik) [Sun, 26 Jan 2014 22:04:37 +0000 (14:04 -0800)] 
Do not cache modules if the module doesn't exist.

10 years agoAllow errno exceptions to _syscall()'s _assert().
Jay Freeman (saurik) [Sun, 26 Jan 2014 21:54:07 +0000 (13:54 -0800)] 
Allow errno exceptions to _syscall()'s _assert().

10 years agoCYPoolCode should simply take an std::istream &.
Jay Freeman (saurik) [Sun, 26 Jan 2014 21:53:26 +0000 (13:53 -0800)] 
CYPoolCode should simply take an std::istream &.

10 years agoRecursive CommonJS modules didn't actually work.
Jay Freeman (saurik) [Sun, 26 Jan 2014 21:51:51 +0000 (13:51 -0800)] 
Recursive CommonJS modules didn't actually work.

10 years agoFix support for passing blocks as FFI arguments.
Jay Freeman (saurik) [Sun, 26 Jan 2014 21:23:17 +0000 (13:23 -0800)] 
Fix support for passing blocks as FFI arguments.

10 years agoAdd hasProperty for All and ObjectiveC::Classes.
Jay Freeman (saurik) [Sun, 26 Jan 2014 16:59:33 +0000 (08:59 -0800)] 
Add hasProperty for All and ObjectiveC::Classes.

10 years agoDo not use isKindOfClass: to check for NSBlock.
Jay Freeman (saurik) [Sun, 26 Jan 2014 16:36:38 +0000 (08:36 -0800)] 
Do not use isKindOfClass: to check for NSBlock.

10 years agoAs FunctionInstance is different, it must be last.
Jay Freeman (saurik) [Sun, 26 Jan 2014 16:25:12 +0000 (08:25 -0800)] 
As FunctionInstance is different, it must be last.

10 years agoSupport choose()ing "LARGE" Objective-C classes.
Jay Freeman (saurik) [Sat, 25 Jan 2014 23:19:48 +0000 (15:19 -0800)] 
Support choose()ing "LARGE" Objective-C classes.

10 years agoSupport .type on NSBlock to get their signature.
Jay Freeman (saurik) [Fri, 24 Jan 2014 16:35:21 +0000 (08:35 -0800)] 
Support .type on NSBlock to get their signature.

10 years agoOnly NSBlock should be a "function", not NSObject.
Jay Freeman (saurik) [Fri, 24 Jan 2014 16:30:35 +0000 (08:30 -0800)] 
Only NSBlock should be a "function", not NSObject.

10 years agoSplit CYBlockEncoding out for NSBlock.type usage.
Jay Freeman (saurik) [Fri, 24 Jan 2014 16:25:26 +0000 (08:25 -0800)] 
Split CYBlockEncoding out for NSBlock.type usage.

10 years agoUnknown block arguments can decode to NSBlock *.
Jay Freeman (saurik) [Fri, 24 Jan 2014 16:16:26 +0000 (08:16 -0800)] 
Unknown block arguments can decode to NSBlock *.

10 years agoDe-CYNext CYExpression, fix CYCompound/Primitive.
Jay Freeman (saurik) [Thu, 23 Jan 2014 21:55:47 +0000 (13:55 -0800)] 
De-CYNext CYExpression, fix CYCompound/Primitive.

10 years agoTab-completer accidentally overwrote name variable.
Jay Freeman (saurik) [Thu, 23 Jan 2014 21:17:18 +0000 (13:17 -0800)] 
Tab-completer accidentally overwrote name variable.

10 years agoSetting to .messages should only affect that Class.
Jay Freeman (saurik) [Thu, 23 Jan 2014 20:41:10 +0000 (12:41 -0800)] 
Setting to .messages should only affect that Class.

10 years agoActually add the modules (kind of important ;P). v0.9.500
Jay Freeman (saurik) [Tue, 21 Jan 2014 23:14:36 +0000 (15:14 -0800)] 
Actually add the modules (kind of important ;P).

10 years agoOnly .gitignore "cycript" if at the top-level.
Jay Freeman (saurik) [Tue, 21 Jan 2014 23:14:33 +0000 (15:14 -0800)] 
Only .gitignore "cycript" if at the top-level.

10 years agoMove lib/cycript to cycript0.9 to free up cycript.
Jay Freeman (saurik) [Tue, 21 Jan 2014 22:54:15 +0000 (14:54 -0800)] 
Move lib/cycript to cycript0.9 to free up cycript.