mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-26 22:00:29 +00:00
Darwin/macOS emulation layer for Linux
include | ||
libmac | ||
mach | ||
extract.cc | ||
fat.cc | ||
fat.h | ||
ld-mac.cc | ||
mach-o.cc | ||
mach-o.h | ||
macho2elf.cc | ||
Makefile | ||
no_trampoline.tab | ||
README | ||
rename.tab | ||
unpack_xcode.sh |
This is a Mach-O loader for linux. * Usage % make % ./ld-mac mac_binary [options...] * Notice - Running all Mac binaries isn't my goal. Only command line tools such as compiler tool chain can be executed by this loader. - Currently, this only supports x86-64. * License Simplified BSD License. Note that all files in "include" directory and some files in "libmac" were copied from Apple's Libc-594.9.1. http://www.opensource.apple.com/release/mac-os-x-1064/