Skip to content

Commit

Permalink
Remove the i32 size specifier (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Moore committed Mar 16, 2015
1 parent 69d9280 commit 5fd3637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/payload/windows/reverse_winhttp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def asm_reverse_winhttp(opts={})
WinHttpOpenRequest:
push.i32 #{"0x%.8x" % http_open_flags}
push #{"0x%.8x" % http_open_flags}
push ebx ; AcceptTypes (NULL)
push ebx ; Referrer (NULL)
push ebx ; Version (NULL)
Expand Down

0 comments on commit 5fd3637

Please sign in to comment.