Welcome to Hardcode Sign in | Join | Help

June 2006 - Posts

I have spoken to some friends of mine and they have agreed on it: let's team up and write various algorithms-related papers for publication.
At Windows Challenge finals - congrats to the boys for the presentation.

Update: Here are the final results.
Cameras were banned so here are some terrible pictures taken with my phone :



As about the concert - words are meaningless :).
Get Orca from here, open the MSI and go to the LaunchCondition table. All prerequisites are editable:
(VersionNT>501) OR (VersionNT=500  AND ServicePackLevel>3) OR (VersionNT=501  AND ServicePackLevel>1)
Save the modified MSI file and that's it.
It seems I am really not going to the finals, my USA visa application was refused. The other guys have just left to Redmond this morning with an almost functional BirdSpot. I wish them luck there to get the first prize.

Well - at least I'm staying with Pisi. And will see Depeche Mode, Deftones and Lacrimosa !
Adrian sends me an e-mail we consider one of the most ingenious spreading techniques ever.
Only working with Yahoo! mail at this time, the html mail has an img tag along with an onload javascript handler. When someone opens the e-mail, the javascript code uses XmlHTTPRequests to retrieve your e-mail contacts and to forward it.
The actual code (taken from the e-mail virus) is here. Samples:
<img src='http://us.i1.yimg.com/us.yimg.com/i/us/nt/ma/ma_mail_1.gif' target=""onload="var http_request = false;

...

makeRequest('http://us.' + Server + '.mail.yahoo.com/ym/Compose/?rnd=' + Math.random(), Getcrumb, 'GET', null);
Filtering onxyz javascript handlers should definitely fix this.