NENote of Exploiting


[SC] hello.asm : 2006-11-13


global _start
_start:

BITS 32

jmp short two
one:
pop ecx

mov al, 4
mov bl, 1
mov dl, 12
int 0x80
mov al, 1
xor ebx, ebx
int 0x80

two:
call one
db 'hello world!'

Copyleft (C) 2007 Len. All Rights Not Reserved.