mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
don't need to pass badchars
git-svn-id: file:///home/svn/incoming/trunk@2598 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
c71c971a82
commit
32518f1f9f
@ -16,7 +16,7 @@ class Xor
|
||||
self.class::EncoderKlass
|
||||
end
|
||||
|
||||
def encode(data, badchars, opts = { })
|
||||
def encode(data, badchars = '', opts = { })
|
||||
self.raw = data
|
||||
self.badchars = badchars
|
||||
self.opts = opts
|
||||
|
Loading…
Reference in New Issue
Block a user