Sha256: 89ca436fe4107c344fab1afb72d2fbe1579e893994a5f0b271d0edffc86586cb

Contents?: true

Size: 381 Bytes

Versions: 16

Compression:

Stored size: 381 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 FatError < ::RuntimeError
end

class FatParseError < FatError
end

class FatHeaderError < FatParseError
end

end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
rex-bin_tools-0.1.9 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.8 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.7 lib/rex/machparsey/exceptions.rb
rex-2.0.13 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.6 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.5 lib/rex/machparsey/exceptions.rb
rex-2.0.12 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.4 lib/rex/machparsey/exceptions.rb
rex-2.0.11 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.3 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.2 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.1 lib/rex/machparsey/exceptions.rb
rex-bin_tools-0.1.0 lib/rex/machparsey/exceptions.rb
rex-2.0.10 lib/rex/machparsey/exceptions.rb
rex-2.0.9 lib/rex/machparsey/exceptions.rb
rex-2.0.8 lib/rex/machparsey/exceptions.rb