MachO::NotAMachOError
Raised when a file's magic bytes are not valid Mach-O magic.
@param num [Fixnum] the unknown number
# File lib/macho/exceptions.rb, line 44 def initialize(num) super "Unrecognized Mach-O magic: 0x#{"%02x" % num}" end