Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Here Is The Leaked Windows Source Code

  1. #11
    Poster
    Join Date
    Jan 2004
    Posts
    3,073
    Originally posted by haxor41789@14 February 2004 - 18:09
    Try this on a Windows 2000 / XP machine. Make sure to save all work first!
    Code:
    #include <stdio.h>
    int main (void)
    {
    	while (1)
    	{
      printf ("\t\t\b\b\b\b\b\b");
    	}
    	return 0;
    }
    If you're on Windows 95 / 98 / 98SE, just browse on over to file:///c:/nul/nul and laugh.
    When you post up code, can you stick up an explanation along with it for those who don't know what it does (like myself), please?
    On a given day or given circumstance, you think you have a limit.
    And you then go for this limit and you touch this limit and you think "Ok, this is the limit".
    As soon as you touch this limit, something happens and you suddenly can go a little bit further.
    With your mind power, your determination, your instinct and the experience as well, you can fly very high.

    - Ayrton Senna, R.I.P.

  2. Lounge   -   #12
    h1
    Guest
    The first one seems rather innocent, but will restart a 2000 / XP comp.

    In Windows 95 / 98, nul is a reserved character and trying to use it will crash the OS. Try renaming a file to "con" or "nul" and you'll see what I mean.

  3. Lounge   -   #13
    Poster
    Join Date
    Jan 2004
    Posts
    3,073
    Originally posted by haxor41789@14 February 2004 - 18:14
    The first one seems rather innocent, but will restart a 2000 / XP comp.

    In Windows 95 / 98, nul is a reserved character and trying to use it will crash the OS. Try renaming a file to "con" or "nul" and you'll see what I mean.
    Thanks
    On a given day or given circumstance, you think you have a limit.
    And you then go for this limit and you touch this limit and you think "Ok, this is the limit".
    As soon as you touch this limit, something happens and you suddenly can go a little bit further.
    With your mind power, your determination, your instinct and the experience as well, you can fly very high.

    - Ayrton Senna, R.I.P.

  4. Lounge   -   #14
    bujub22's Avatar THE GREAT
    Join Date
    Nov 2003
    Location
    ny
    Age
    44
    Posts
    9,938
    i have no idea about this stuff

  5. Lounge   -   #15
    atiVidia's Avatar ^would've been cool.
    Join Date
    Dec 2003
    Posts
    1,522
    Originally posted by Lamsey@14 February 2004 - 13:45
    It's actually a simple Java program.

    while (user.doesAnything() == true)
    {
    • kernel.hang("bluescreen");
      kernel.reboot();
    }
    lamsey congrats on becoming a forum star w00t!!!

  6. Lounge   -   #16
    Poster
    Join Date
    Aug 2003
    Location
    Smallville
    Posts
    69
    what can u do with such a source code? :helpsmile:

  7. Lounge   -   #17
    Poster
    Join Date
    Jan 2004
    Posts
    3,073
    Originally posted by testos@14 February 2004 - 20:16
    what can u do with such a source code? :helpsmile:
    build it back up to the original program
    On a given day or given circumstance, you think you have a limit.
    And you then go for this limit and you touch this limit and you think "Ok, this is the limit".
    As soon as you touch this limit, something happens and you suddenly can go a little bit further.
    With your mind power, your determination, your instinct and the experience as well, you can fly very high.

    - Ayrton Senna, R.I.P.

  8. Lounge   -   #18
    h1
    Guest
    Compile it into the binary, but with the leaked source you can't do jack shit because it's only part of the shell and kernel, making up less than 1.5% of the total source.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •