Sha256: 050fbb3ed3fe9323361c4a9908f8989667a56fb015204a01f976f712fbac6884

Contents?: true

Size: 286 Bytes

Versions: 17

Compression:

Stored size: 286 Bytes

Contents

# -*- coding: binary -*-

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 ElfParseyError < ElfError
end

end
end

Version data entries

17 entries across 17 versions & 2 rubygems

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