Finding the Mach-O Loader Source Code in Darwin's Sources
1 answer
Mach-O is loaded with many components like. dyld
to load dynamic link library, XNU kernel to load into memory and run it, etc. Which part do you want?
But no matter, you can find the latest source code at http://opensource.apple.com/release/mac-os-x-1063/ .
+1
a source to share