Sha256: 334b300e6867844d96c047302ab210a929fb1773c17c8f2e926ef701fc5c3708
Contents?: true
Size: 396 Bytes
Versions: 8
Compression:
Stored size: 396 Bytes
Contents
#!/usr/bin/env ruby # $Id: exceptions.rb 5871 2008-11-10 21:18:12Z hdm $ 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
8 entries across 8 versions & 1 rubygems