From d1853b2ea3b52cf20d08c428769a2a4fa3bf6b5c Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 24 Dec 2022 07:42:07 -0500 Subject: shellcode: Drop SYS_EXIT samples Signed-off-by: Malfurious --- templates/shellcode/exit64.asm | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 templates/shellcode/exit64.asm (limited to 'templates/shellcode/exit64.asm') diff --git a/templates/shellcode/exit64.asm b/templates/shellcode/exit64.asm deleted file mode 100644 index fb899a2..0000000 --- a/templates/shellcode/exit64.asm +++ /dev/null @@ -1,8 +0,0 @@ -[SECTION .text] -global _start - -_start: - xor rdi, rdi - mov al, 0x3c - cdq - syscall -- cgit v1.2.3