Reading List
The Anatomy of a Mach-O from Michael Tsai RSS feed.
The Anatomy of a Mach-O
Olivia A. Gallucci: The Mach Object (Mach-O) is the binary format used on Apple’s operating systems for executables, libraries, and object code. It was created for the Mach kernel (hence the name) and introduced in NeXTSTEP, the predecessor to macOS, as a replacement for the a.out format. […]In this post, we’ll explore Mach-O’s layout and […]