Skip to content

Commit 479a9cc

Browse files
author
HD Moore
committed
Fix missing stack variables & remove old comment
1 parent 631e160 commit 479a9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/source/shellcode/windows/x86/src/block/block_reverse_winhttp.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ WinHttpOpenRequest:
6464
send_request:
6565

6666
WinHttpSendRequest:
67-
; Context [7]
68-
; TotalLength [6]
67+
push ebx ; Context [7]
68+
push ebx ; TotalLength [6]
6969
push ebx ; OptionalLength (0) [5]
7070
push ebx ; Optional (NULL) [4]
7171
push ebx ; HeadersLength (0) [3]

0 commit comments

Comments
 (0)