aboutsummaryrefslogtreecommitdiff
path: root/ios-bootstrap/posixspawn-hook.c
diff options
context:
space:
mode:
authorcomex2015-01-29 02:00:17 -0500
committercomex2015-01-29 02:00:17 -0500
commitddc9b2008784bfd69d23530479347cb7a86b689d (patch)
tree1474d5e82b45b2f2aab83efafaa34178c98ac6ec /ios-bootstrap/posixspawn-hook.c
parentget rid of the unnecessary CoreFoundation dependency (diff)
downloadsubstitute-ddc9b2008784bfd69d23530479347cb7a86b689d.tar.gz
misc. fixes
Diffstat (limited to 'ios-bootstrap/posixspawn-hook.c')
-rw-r--r--ios-bootstrap/posixspawn-hook.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ios-bootstrap/posixspawn-hook.c b/ios-bootstrap/posixspawn-hook.c
index 25c7973..d1908a6 100644
--- a/ios-bootstrap/posixspawn-hook.c
+++ b/ios-bootstrap/posixspawn-hook.c
@@ -213,6 +213,9 @@ void substitute_init(struct shuttle *shuttle, UNUSED size_t nshuttle) {
* what the notify port is for. Meanwhile, the jailbreak I have installed
* properly runs rc.d sequentially, so the injection tools won't do their
* thing at the same time. But just in case any of that doesn't hold up...
+ *
+ * (it also decreases the amount of library code necessary to load from
+ * disk...)
*/
struct substitute_image *im = substitute_open_image(_dyld_get_image_name(0));