diff options
author | comex | 2015-01-29 02:00:17 -0500 |
---|---|---|
committer | comex | 2015-01-29 02:00:17 -0500 |
commit | ddc9b2008784bfd69d23530479347cb7a86b689d (patch) | |
tree | 1474d5e82b45b2f2aab83efafaa34178c98ac6ec /ios-bootstrap | |
parent | get rid of the unnecessary CoreFoundation dependency (diff) | |
download | substitute-ddc9b2008784bfd69d23530479347cb7a86b689d.tar.gz |
misc. fixes
Diffstat (limited to 'ios-bootstrap')
-rw-r--r-- | ios-bootstrap/posixspawn-hook.c | 3 |
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)); |