Mach-O

From OSDev.wiki
Revision as of 16:51, 10 July 2023 by osdev>Khaledhammouda (moved MACH-O to Mach-O)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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