summaryrefslogtreecommitdiff
path: root/c_seguridad/code/bof/exit.asm
blob: 1ee5f18e6360bdd6005235667e509ced11f9445d (plain) (blame)
1
2
3
4
5
6
7
8
SECTION .text
global _start
_start:
	xor		eax, eax
	mov		al, 1
	xor		ebx, ebx
	mov		bl, 123
	int		0x80