Sha256: 0cc80327c70112c03fbb95e40621c1ff56c4818ba00dd4002891f34c5f653a82
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: binary -*- $:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..')) require 'rex/encoding/xor/dword' require 'rex/encoding/xor/byte.rb.ut' module Rex::Encoding::Xor class Dword::UnitTest < Byte::UnitTest def enc Dword end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/encoding/xor/dword.rb.ut.rb |
librex-0.0.66 | lib/rex/encoding/xor/dword.rb.ut.rb |