Sha256: 941b00306b1860ce9e7804d409370786f59f7d3dec819a87b15d02443f557b5e
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: binary -*- # $Id: exceptions.rb 15548 2012-06-29 06:08:20Z rapid7 $ module Rex module PeParsey class PeError < ::RuntimeError end class ParseError < PeError end class DosHeaderError < ParseError end class FileHeaderError < ParseError end class OptionalHeaderError < ParseError end class BoundsError < PeError end class WtfError < PeError end class SkipError < PeError end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/peparsey/exceptions.rb |
librex-0.0.66 | lib/rex/peparsey/exceptions.rb |