Re: Using a custom dyld on 10.11
Re: Using a custom dyld on 10.11
- Subject: Re: Using a custom dyld on 10.11
- From: Daniel Peebles <email@hidden>
- Date: Wed, 06 Jan 2016 15:20:00 -0500
Yeah. That intuitively feels like it should be (not sure if it actually is) permitted assuming that I'm not trying to change any system executables, right? My self-built executable has a custom LC_LOAD_DYLINKER pointing to my self-built dyld (or attempt at one, at least :P you folks don't exactly make it easy!)
Even a much simpler test fails: if I copy /usr/lib/dyld to my home folder and build a new executable pointing at the copy of dyld, it refuses to start. I don't have the error messages handy right now, but can dig them up if that would help.
Thanks,
Dan