YouTube hidden track

Napisał bartek w kategorii Inne, Rozrywka

Czyżby w klipach YouTube były ukryte ścieżki…

YouTube Hidden Track

…albo bug playera :)

Brak Komentarzy

Bug w Excelu 2007 pod IDA

Napisał bartek w kategorii Artykuły, Reversing

Dokładna analiza wcześniej wspomnianego buga w Excelu

This article (500kb PDF) details the Excel 2007 formatting bug. On initial release, entering =850*77.1 in a cell results in 10000, instead of the correct 65535. This article shows this bug is the result of porting 16-bit code to 32-bit code, and shows why exactly 12 values of the possible 9*10^18 64-bit floating-point values are affected.

http://www.lomont.org/Math/Papers/2007/Excel2007/Excel2007Bug.pdf

Brak Komentarzy

Błąd kompilatora

Napisał bartek w kategorii C#, Programowanie

Ciekawy błąd kompilatora, który poprawnie kompiluje kod w C#, który w praktyce nie jest poprawny

http://software.ericsink.com/entries/Not_All_Code_Paths_Return_A_Value.html

Brak Komentarzy