f124597a56
git-svn-id: file:///home/svn/framework3/trunk@5773 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
253 B
Ruby
15 lines
253 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
$:.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 |