normalization
git-svn-id: file:///home/svn/incoming/trunk@2992 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d5810669b0
commit
8d4d812df2
|
@ -8,7 +8,7 @@ class Countdown < Msf::Encoder::Xor
|
|||
|
||||
def initialize
|
||||
super(
|
||||
'Name' => 'Single-byte xor countdown encoder',
|
||||
'Name' => 'Single-byte Xor Countdown Encoder',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => %q{
|
||||
This encoder uses the length of the payload as a position-dependent
|
||||
|
|
|
@ -8,9 +8,12 @@ class FnstenvMov < Msf::Encoder::Xor
|
|||
|
||||
def initialize
|
||||
super(
|
||||
'Name' => 'Variable-length fnstenv/mov dword xor encoder',
|
||||
'Name' => 'Variable-length Fnstenv/mov Dword Xor Encoder',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Variable-length fnstenv/mov dword xor encoder',
|
||||
'Description' => %q{
|
||||
This encoder uses a variable-length mov equivalent instruction
|
||||
with fnstenv for getip.
|
||||
},
|
||||
'Author' => 'spoonm',
|
||||
'Arch' => ARCH_X86,
|
||||
'Decoder' =>
|
||||
|
|
Loading…
Reference in New Issue