Sha256: c95a83c67bdd19fa44483193b8872c6a972c0a6472ce98c455a43d77dffdbf18

Contents?: true

Size: 415 Bytes

Versions: 9

Compression:

Stored size: 415 Bytes

Contents

# -*- coding: binary -*-

module Rex
module MachParsey

class MachError < ::RuntimeError
end

class MachParseError < MachError
end

class MachHeaderError < MachParseError
end

class ProgramHeaderError < MachParseError
end

class BoundsError < MachError
end

#class WtfError < MachError
#end

class FatError < ::RuntimeError
end

class FatParseError < FatError
end

class FatHeaderError < FatParseError
end

end
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
rex-2.0.7 lib/rex/machparsey/exceptions.rb
rex-2.0.5 lib/rex/machparsey/exceptions.rb
rex-2.0.4 lib/rex/machparsey/exceptions.rb
dstruct-0.0.1 lib/rex/machparsey/exceptions.rb
rex-2.0.3 lib/rex/machparsey/exceptions.rb
librex-0.0.999 lib/rex/machparsey/exceptions.rb
rex-2.0.2 lib/rex/machparsey/exceptions.rb
librex-0.0.71 lib/rex/machparsey/exceptions.rb
librex-0.0.70 lib/rex/machparsey/exceptions.rb