Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

BSD

Name: Anonymous 2011-02-21 0:13


#include <stdlib.h>

// d is a demon function pointer type
typedef void (*d)();

int main(){
  void *evil = malloc(666); // Cast from pure evilty
  d bsd;                   // the BSD kernel is a demon
  bsd = (d)evil;          // yes, the most evil of them all
  bsd();                 // Call upon it to rule the computer
  free(bsd);            // Not included in other BSD variants
}

Name: Anonymous 2011-02-21 6:53

>>3
I laughed for no particular reason.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List