diff options
Diffstat (limited to '')
-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)); |