Mach-O
From Just Solve the File Format Problem
(Difference between revisions)
(→Other links) |
(PRONOM) |
||
Line 2: | Line 2: | ||
|subcat=Executables | |subcat=Executables | ||
|extensions={{ext|o}}, {{ext|dylib}}, {{ext|bundle}} | |extensions={{ext|o}}, {{ext|dylib}}, {{ext|bundle}} | ||
+ | |pronom={{PRONOM|fmt/692}}, {{PRONOM|fmt/693}} | ||
}} | }} | ||
'''Mach-O''', or Mach Object, is a form of OS X executable for the Mac platform. It has no characteristic file extension, and can be found extensionless or with .o, .dylib, or .bundle extensions, and can be used for standalone executables or linkable object or library files. | '''Mach-O''', or Mach Object, is a form of OS X executable for the Mac platform. It has no characteristic file extension, and can be found extensionless or with .o, .dylib, or .bundle extensions, and can be used for standalone executables or linkable object or library files. |
Revision as of 02:51, 21 February 2015
Mach-O, or Mach Object, is a form of OS X executable for the Mac platform. It has no characteristic file extension, and can be found extensionless or with .o, .dylib, or .bundle extensions, and can be used for standalone executables or linkable object or library files.
Format information
Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)