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

Post some dangerous code

Name: Anonymous 2007-11-10 14:27

Post some code that if compiled and the executable is ran, it will totally kill your computer. I'm talking a real FUBAR.

Name: Anonymous 2007-11-10 22:31

#include <signal.h>
#include <stdio.h>

main() {

  (void) signal(0xFFFFFFFF,handler);

  FILE* f = fopen("blah","w");

  f->_ptr=0;

  for(;;) {

     fprintf(f,"LOLWUT");

  }

}

void handler(int sig)
{
  return;
}

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