diff options
Diffstat (limited to 'templates/shellcode/exit32.asm')
-rw-r--r-- | templates/shellcode/exit32.asm | 8 |
1 files changed, 0 insertions, 8 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 |