summaryrefslogtreecommitdiffstats
path: root/templates/shellcode/exit32.asm
blob: 559c89cd569472a5f2550389e0786c8d760dd422 (plain) (blame)
1
2
3
4
5
6
7
8
[SECTION .text]
global _start

_start:
    xor     ebx, ebx
    xor     eax, eax
    mov      al, 0x1
    int     0x80