Sha256: f922cf49a53df8ad44cd82f1c0e71bcb8ac0b6918878f87774c43930aa333222
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 Bytes
Contents
#!/usr/bin/env ruby # -*- 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/machparsey/exceptions.rb |
librex-0.0.66 | lib/rex/machparsey/exceptions.rb |