MachO::MachOError
Raised when a Mach-O is loaded with FatFile.
# File lib/macho/exceptions.rb, line 65 def initialize super "Normal binaries must be loaded with MachO::MachOFile" end