MachO::NotAMachOError
Raised when a file is too short to be a valid Mach-O file.
# File lib/macho/exceptions.rb, line 36 def initialize super "File is too short to be a valid Mach-O" end