DHTML Forum  

Go Back   DHTML Forum > dhtmlcentral.com > Off-topic
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16.02.2004, 01:50
Tim Scarfe Tim Scarfe is offline
Erfahrener Benutzer
 
Join Date: 14.05.2001
Location: United Kingdom
Posts: 1.015
Default

http://slashdot.org/articles/04/02/1...id=109&tid=187

This hasn't been posted yet, so here you go. Some very interesting discussion going on there.

This is a pretty sensitive issue so from a DC stance; we don't want to know if you have seen or downloaded the source code.

--
Regards,
Tim Scarfe <tim@developer-x.com>
http://www.developer-x.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 16.02.2004, 02:20
Abhi Abhi is offline
Erfahrener Benutzer
 
Join Date: 13.07.2001
Location: India
Posts: 1.626
Default

Hey,
If what someone posted on some other forum is correct and not bluffing, lots of grep in there, Although Im pretty sure he was having a laugh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 16.02.2004, 02:56
Tim Scarfe Tim Scarfe is offline
Erfahrener Benutzer
 
Join Date: 14.05.2001
Location: United Kingdom
Posts: 1.015
Default

The source code was leaked (see official MS press statement), that is not being brought into dispute.

The potential long term implications (legal, and technical) of this event are interesting.

We shall see.

Anyway not much to add on this, I've just spend the fat end of the last hour reading all the SD stuff.

--
Regards,
Tim Scarfe <tim@developer-x.com>
http://www.developer-x.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 16.02.2004, 13:22
Tim Scarfe Tim Scarfe is offline
Erfahrener Benutzer
 
Join Date: 14.05.2001
Location: United Kingdom
Posts: 1.015
Default

Also a very funny comment on SD about "backdoors". i.e. FBI1234 and 1234NSA accounts?!

--
Regards,
Tim Scarfe <tim@developer-x.com>
http://www.developer-x.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 16.02.2004, 13:22
weblogic weblogic is offline
Erfahrener Benutzer
 
Join Date: 18.04.2002
Location: USA
Posts: 907
Default

Is this not old news? Wasn't the source obtained about a year and a half ago by a group in Saint Petersburg (Russia)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 16.02.2004, 13:55
Tim Scarfe Tim Scarfe is offline
Erfahrener Benutzer
 
Join Date: 14.05.2001
Location: United Kingdom
Posts: 1.015
Default

I hadn't heard of that one. As far as I know the last incident of widely distributed source was the leak of DOS 6.22 which was widely disregarded because it was so old by then.

This leak in particular is significant in its magnitude. For example the IE trident rendering engine is in there. Even the source code for solitaire and the screen savers! Unreal.

--
Regards,
Tim Scarfe <tim@developer-x.com>
http://www.developer-x.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 16.02.2004, 17:45
weblogic weblogic is offline
Erfahrener Benutzer
 
Join Date: 18.04.2002
Location: USA
Posts: 907
Default

Here is a reference to what I was talking about.

http://zdnet.com.com/2100-11-525083.html?legacy=zdnn

From what I've heard Microsoft really down played what was stolen, how much was stolen, who stole it, and how. Also, that this new release is just the "polished" spoils of that attempt.








Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 20.02.2004, 03:39
Brian Nickel Brian Nickel is offline
Erfahrener Benutzer
 
Join Date: 11.05.2001
Location: USA
Posts: 1.157
Default

This is interesting (I grabbed it from a /. comment, I'm not secretly scrounging through the source):
[code:t1ho9pudvx] if (InbvIsBootDriverInstalled()) {

InbvAcquireDisplayOwnership();

InbvResetDisplay();
InbvSolidColorFill(0,0,639,479,4); // make the screen blue
InbvSetTextColor(15);
InbvInstallDisplayStringFilter((INBV_DISPLAY_STRIN G_FILTER)NULL);
InbvEnableDisplayString(TRUE); // enable display string
InbvSetScrollRegion(0,0,639,479); // set to use entire screen
}[/code:t1ho9pudvx]
It is apparently the code to generate the blue screen of death.

<font color="brown"><font face="Courier New">.Brian</font id="Courier New">
<font size="2">Email: kerrick[at]gmx[dot]net - AIM: Brian K Nickel - Yahoo: brian_nickel - Jabber: Kerrick[at]jabber[dot]org - MSN: kerrick[at]gmx[dot]net - ICQ: 118451560</font id="size2">
What sin has not been committed in the name of efficiency?</font id="brown">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 20.02.2004, 05:01
Megaaudio630 Megaaudio630 is offline
Erfahrener Benutzer
 
Join Date: 28.11.2001
Location: USA
Posts: 431
Default

Ahh! The BSOD!

Anyway, I don't think its wise to post ANY of the source to this forum, even something extracted via an intermediary. Of course, the mods know best.

Funny stuff nevertheless; here come the bitmap viruses for lazy turds on non-updated win2000 builds.

-Rob
http://www.abstractia.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 20.02.2004, 10:02
Tim Scarfe Tim Scarfe is offline
Erfahrener Benutzer
 
Join Date: 14.05.2001
Location: United Kingdom
Posts: 1.015
Default

Yeah there was some other source regarding office posted which was something like

[code:r7wdbvqneo]
if( irritatingLittlePaperClip.turnedOn || true ) {

irritatingLittlePaperClip.annoyTheUserLots( );

}
[/code:r7wdbvqneo]

heh.

--
Regards,
Tim Scarfe <tim@developer-x.com>
http://www.developer-x.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT +2. The time now is 13:21.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.