mtoc

Converts Mach-O binaries to PE/COFF format for Windows compatibility

brewmacoslinux
Try with needOr install directly
Source

About

Mach-O to PE/COFF binary converter

Commands

mtoc

Examples

Convert a Mach-O binary to PE/COFF format$ mtoc input.macho output.efi
Convert with verbose output to see conversion details$ mtoc -v input.macho output.efi
Display help information and available options$ mtoc --help