Files
metasploit-gs/lib/rex/encoding/xor/byte.rb
T
Tab Assassin 7e5e0f7fc8 Retab lib
2013-08-30 16:28:33 -05:00

17 lines
215 B
Ruby

#!/usr/bin/env ruby
# -*- coding: binary -*-
require 'rex/encoding/xor/generic'
module Rex
module Encoding
module Xor
class Byte < Generic
def Byte.keysize
1
end
end end end end # Byte/Xor/Encoding/Rex