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

ITT e-peen

Name: Anonymous 2008-01-20 21:52

How many times can you open a recursive process before you segfault?

#include <stdio.h>

int i;

void recurse()
{
  i++;
  printf("%d\n", i);
  recurse();
}

int main()
{
  i = 0;
  recurse();
}


I got 523506.

Name: Anonymous 2008-01-22 8:01

>>37
1. Guess it is the MD5 of the IP address as a string.
2. Verify guess with own IP address
3. Code shitty bruteforcer: http://www.pastebin.cz/show/3268
4. ????????????????
5. PROFIT!

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