Skip to content

Commit 5fd3637

Browse files
author
HD Moore
committed
Remove the i32 size specifier (not needed)
1 parent 69d9280 commit 5fd3637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/payload/windows/reverse_winhttp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def asm_reverse_winhttp(opts={})
187187
188188
WinHttpOpenRequest:
189189
190-
push.i32 #{"0x%.8x" % http_open_flags}
190+
push #{"0x%.8x" % http_open_flags}
191191
push ebx ; AcceptTypes (NULL)
192192
push ebx ; Referrer (NULL)
193193
push ebx ; Version (NULL)

0 commit comments

Comments
 (0)