Sha256: a80f68aef00fc7d09254fe2a93502e966b746dbbd9d7c6935d90f2d445caf470

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: binary -*-

# $Id: exceptions.rb 15548 2012-06-29 06:08:20Z rapid7 $

module Rex
module ElfParsey

class ElfError < ::RuntimeError
end

class ParseError < ElfError
end

class ElfHeaderError < ParseError
end

class ProgramHeaderError < ParseError
end

class BoundsError < ElfError
end

class WtfError < ElfError
end

end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
librex-0.0.68 lib/rex/elfparsey/exceptions.rb
librex-0.0.66 lib/rex/elfparsey/exceptions.rb