Бедный Олех, думаю его сайт рухнет в первый же день, как только он 2ю версию выложит, разве что через торрент будет распространять
Товарищи наслаждайтесь SoftIce'ом прилагаю творчество неких умельцев по переводу офицального руководства
IceStudent Part two will come in a couple of weeks. Да, на радостях прочитал то что хотел прочитать (Version two will come...) :'(
А что вообще там планируется сделать, кроме как переписать с нуля? Какие фичи? Будет ли поддержка х64?
Код (Text): July 08, 2007 - UDD files Now OllyDbg 2 can save analysis data to the .udd files. Comparing to the previous version, they are very big - two to three times larger, mainly due to the register predictions. For almost every command I keep ESP and EBP relative to the entry point. Many modern compilers don't use standard stack frames; instead, they address all arguments and local data over ESP. Predictions allow to decode the meanings of ESP-related offsets. They are also very helpful when tracing the call stack. It takes significant time to load such a huge amounts of data. First version took between 0.1 and 0.7 seconds per module. With full analysis of all modules requested (and this will be the default option), startup took several seconds on my Athlon 4000+. Now, after several days of deep optimizations, this time got three times shorter.