Gepostet am: Jul 14, 2011 12:45:27 AM
so far, nearly everything in es2.exe except some strange things in the Strings class has been decompiled successfully. i decided to leave out decompiling the Assert class, it's full of borland-specific stuff and msvc brings its own assert handlers, anyway.
i also began decompiling vshell.exe, nearly 2500 functions in total (subtract around 200 which are not called directly and had to be created by hand using the "create procedure" function in IDA) which need to be decompiled. FileRStream and StreamIO are same as in es.exe (and most likely also in dbsim.exe), and the various stream classes are really interesting. especially the rle and huffman stream classes should be a great help with the compressed containers.