Name: Not Anonymous 2013-12-28 22:55
I understand how it works, but how does one go about learning how? Totally for educational purposes
Ruby I like.No wonder you're so dumb.
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
void DISCOVER_EVIL_JEWISH_PLOT(){printf("oy vey! "); fflush(stdout);}
void prepare_hax(int* x, int l){int buff[1];memcpy(buff, x, l);}
void main(int ac, char** av){
int t = atoi(av[1]), *anus = malloc(t);
for(int i = 0; i < t; i++) anus[i] = (int)&DISCOVER_EVIL_JEWISH_PLOT;
prepare_hax(anus, t);
}