Skip to content

Commit 2ac0d25

Browse files
committed
Fixes e-mail format, also a whitespace
1 parent e48cea4 commit 2ac0d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/encoders/x86/add_sub.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize
1818
Encodes payload with add or sub instructions. This idea came
1919
from (offensive-security) muts' hp nnm 7.5.1 exploit.
2020
},
21-
'Author' => 'Melih Sarica (ms@sevure.com)',
21+
'Author' => 'Melih Sarica <ms[at]sevure.com>',
2222
'Arch' => ARCH_X86,
2323
'License' => MSF_LICENSE,
2424
'Decoder' =>
@@ -131,7 +131,7 @@ def decoder_stub(state)
131131
decoder = @data
132132
return decoder
133133
end
134-
134+
135135
def encode_block(state, block)
136136
#encoding shellcode
137137
@data = ""

0 commit comments

Comments
 (0)