Mach-O: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Created page with "Mach-O is an object, shared library and executable format used in systems based on the Mach kernel, most notably MacOS. === External Links === * [https://en.wikipedia.org/wik...")
 
m (moved MACH-O to Mach-O)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{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.



Latest revision as of 16:51, 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