Remove the i32 size specifier (not needed)

This commit is contained in:
HD Moore 2015-03-16 14:00:51 -05:00
parent 69d9280748
commit 5fd3637d34
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ module Payload::Windows::ReverseWinHttp
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)