diff options
| author | Malfurious <m@lfurio.us> | 2022-12-24 07:42:07 -0500 |
|---|---|---|
| committer | Malfurious <m@lfurio.us> | 2023-01-15 10:11:35 -0500 |
| commit | d1853b2ea3b52cf20d08c428769a2a4fa3bf6b5c (patch) | |
| tree | e47639a64a65110e5845cdd7fdcb030dee1d5109 | |
| parent | 3df225eb84bf3415854e922271b2901810e2a81e (diff) | |
| download | lib-des-gnux-d1853b2ea3b52cf20d08c428769a2a4fa3bf6b5c.tar.gz lib-des-gnux-d1853b2ea3b52cf20d08c428769a2a4fa3bf6b5c.zip | |
shellcode: Drop SYS_EXIT samples
Signed-off-by: Malfurious <m@lfurio.us>
| -rw-r--r-- | templates/shellcode/exit32.asm | 8 | ||||
| -rw-r--r-- | templates/shellcode/exit64.asm | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/templates/shellcode/exit32.asm b/templates/shellcode/exit32.asm deleted file mode 100644 index 559c89c..0000000 --- a/templates/shellcode/exit32.asm +++ /dev/null @@ -1,8 +0,0 @@ -[SECTION .text] -global _start - -_start: - xor ebx, ebx - xor eax, eax - mov al, 0x1 - int 0x80 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 |
