Mach-O
Sign in to saveAlso known as .o, .dylib, .bundle, Mach object, MachO
Mach-O (Mach object) is a file format for executables, object code, shared libraries, dynamically loaded code, and core dumps. It was developed to replace the a.out format.
In the Vinony graph
Within Vinony's link graph, Mach-O is referenced by 196 other articles, and connects out to Q182933, ARM architecture and Darwin.
It is catalogued under topics including Executable file formats, Mach (kernel) and MacOS development.
Its subject is documented across 9 Wikipedia language editions.
Wikidata facts
Show 4 more facts
- file extension
- o
- software version identifier
- 64bit
- described at URL
- web.archive.org/web/20090819232456/http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/index.html
- file format identification pattern
- FEEDFACF
Sources (2)
via Wikidata · CC0
~40 min read
Encyclopedic overview
24 sectionsContents
- File layout
- Header
- Multi-architecture binaries
- Load commands
- Segment load command
- Segment number and section numbers
- Link libraries
- Link library ordinal numbers
- __LINKEDIT symbol table
- Symbol table organization
- __LINKEDIT Symbol table information
- Indirect table
- __LINKEDIT Compressed table
- Binding information
- Application main entry point
- Application UUID number
- Minimum OS version
- Other implementations
- Mach-O parsers and editors
- Mach-O runners
- See also
- References
- Bibliography
- External links
Mach-O (Mach object) is a file format for executables, object code, shared libraries, dynamically loaded code, and core dumps. It was developed to replace the a.out format.
Mach-O is used by some systems based on the Mach kernel. NeXTSTEP, macOS, and iOS are examples of systems that use this format for native executables, libraries and object code.
Excerpted from Wikipedia’s “Mach-O” article, available under the CC BY-SA 4.0 licence.