XBinary: extended binary format support for Mac OS X
Copyright (c) 2009 Amit Singh. All Rights Reserved.
http://osxbook.com
The XBinary software allows you to extend the Mac OS X kernel such that it
can recognize arbitrary binary formats and execute them through specified
handler programs. (Mac OS X natively supports executing only Mach-O binaries,
Universal (fat) binaries, and interpreter scripts.)
XBinary consists of a kernel extension (xbinary.kext) and this command-line
tool, which lets you control the XBinary facility. This requires superuser
privileges, so you should run this tool using sudo(8). The XBinary kext must
be loaded for the facility to be available.