Sha256: 2084d312dedfc34b864a750ee87772dfeb4a7a126b7ccb3c90de8c0b652981bf

Contents?: true

Size: 409 Bytes

Versions: 43

Compression:

Stored size: 409 Bytes

Contents

#!/usr/bin/env ruby

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

43 entries across 43 versions & 1 rubygems

Version Path
librex-0.0.65 lib/rex/machparsey/exceptions.rb
librex-0.0.63 lib/rex/machparsey/exceptions.rb
librex-0.0.54 lib/rex/machparsey/exceptions.rb
librex-0.0.53 lib/rex/machparsey/exceptions.rb
librex-0.0.52 lib/rex/machparsey/exceptions.rb
librex-0.0.51 lib/rex/machparsey/exceptions.rb
librex-0.0.50 lib/rex/machparsey/exceptions.rb
librex-0.0.49 lib/rex/machparsey/exceptions.rb
librex-0.0.48 lib/rex/machparsey/exceptions.rb
librex-0.0.47 lib/rex/machparsey/exceptions.rb
librex-0.0.46 lib/rex/machparsey/exceptions.rb
librex-0.0.44 lib/rex/machparsey/exceptions.rb
librex-0.0.43 lib/rex/machparsey/exceptions.rb
librex-0.0.42 lib/rex/machparsey/exceptions.rb
librex-0.0.41 lib/rex/machparsey/exceptions.rb
librex-0.0.40 lib/rex/machparsey/exceptions.rb
librex-0.0.39 lib/rex/machparsey/exceptions.rb
librex-0.0.38 lib/rex/machparsey/exceptions.rb
librex-0.0.37 lib/rex/machparsey/exceptions.rb
librex-0.0.36 lib/rex/machparsey/exceptions.rb