Mach-O: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{Stub}}
{{Stub}}
{{File formats}}

Mach-O is an object, shared library and executable format used in systems based on the Mach kernel, most notably MacOS.
Mach-O is an object, shared library and executable format used in systems based on the Mach kernel, most notably MacOS.



Revision as of 16:39, 10 July 2023

This page is a stub.
You can help the wiki by accurately adding more contents to it.
Executable Formats
Microsoft

16 bit:
COM
MZ
NE
Mixed (16/32 bit):
LE
32/64 bit:
PE
COFF

*nix
Apple

Mach-O is an object, shared library and executable format used in systems based on the Mach kernel, most notably MacOS.

External Links