f124597a56
git-svn-id: file:///home/svn/framework3/trunk@5773 4d416f70-5f16-0410-b530-b9f4589650da
13 lines
280 B
Ruby
13 lines
280 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..'))
|
|
|
|
require 'rex/encoding/xor/word'
|
|
require 'rex/encoding/xor/byte.rb.ut'
|
|
|
|
class Rex::Encoding::Xor::Word::UnitTest < Rex::Encoding::Xor::Byte::UnitTest
|
|
|
|
def enc
|
|
Rex::Encoding::Xor::Word
|
|
end
|
|
end |