MachO::MachOError
Raised when an unknown load command is encountered.
@param num [Fixnum] the unknown number
# File lib/macho/exceptions.rb, line 99 def initialize(num) super "Unrecognized Mach-O load command: 0x#{"%02x" % num}" end