In Mac OS X, what's the role of /usr/lib/dyld?
- by diciu
How is a binary executed?
I'm guessing /usr/lib/dyld loads shared libraries into the binary's memory space and then jumps to whatever the program counter points to under LC_UNIXTHREAD.
But who and how executes dyld?