Page is a not externally linkable
- Google
-- Google Desktop Tools and Google Labs Projects
---- Google Desktop Search


Hanu - 4:28 pm on Oct 14, 2004 (gmt 0)


dis-assebmeling the code is already in progress

Disassembly, er decompilation finished.

Java 5 source code:

void GoogleDesktopSearch( dir ) {
int rank = random( 1, 256 );
File file;
for each file in ReadDir( "dir\*.*" ) {
if( IsDirectory( file ) ) {
GoogleDesktopSearch( file );
}
serps[ rank * length( file ) ] = file.getName();
new Thread () { void run() {
Mail.mail(
"brin@google.com",
PageRankChecksum( file.contents ) // covers privacy issues
);
}.start();
}
}


Thread source:: http://www.webmasterworld.com/google_toolbar_tools/744.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com