In Mac OS X, what's the role of /usr/lib/dyld?

Posted by diciu on Stack Overflow See other posts from Stack Overflow or by diciu
Published on 2010-04-01T08:09:48Z Indexed on 2010/04/01 8:13 UTC
Read the original article Hit count: 355

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about macosx

Related posts about dyld