Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 605 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 605 Bytes

machowriter

Linux and macOS Build Status Quality Gate Status

A tool for writing a Mach-O binary which can be executed by macOS.

At the moment the program simply writes a tiny executable program (which does nothing at all) to the supplied path. Tested on macOS 10.14.4.

$ machowriter a.out
$ ./a.out
$