#include #include /*test shellcode*/ char code[] = ""; int main(int argc, char ** argv) { int( * func)(); func = (int( * )()) code; (int)( * func)(); }