We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Mach-O 由许多组件加载,例如用于加载动态库的 dyld、用于加载到内存并运行它的 XNU 内核等。您想要哪一部分?
但无论如何,您都可以在 http:// opensource.apple.com/release/mac-os-x-1063/。
Mach-O is loaded by many components, e.g. the
dyld
for loading a dynamic library, the XNU kernel for loading into memory and run it, etc. Which part do you want?But no matter which, you can find the latest source code in http://opensource.apple.com/release/mac-os-x-1063/.