Log in

View Full Version : isDcc2.1 is out


Mr. Smith
January 31st, 2001, 06:36
Hi,

in December I modified Andrew de Quinceys installshiled decompiler, so that it would print some additional information.
After releasing it I got several emails pointing out that there are some bugs in the original
version of isDcc. I had a look at the code and here is version 2.1 with the bug fixes:

1) I hope I fixed the problem of isDcc messing up labels !
2) Fixed the bug which printed "string" instead of the modulo sign "%".

While I was looking at the code I thought it would be nice if there would be cross references
for the labels, so that one can see from were a specific label is referenced. So I implemented that as well.

Currently it is available from protools, but I also submitted it to suddendischarge. Unfortunately the file description at protools didn't point out the bug fixes in the new version, but now you know.

The labels now seem to be correct for version 3 and 5 install shield scripts, but of course I couldn't test all existing versions. If you find one where the labels are wrong (referencing of labels across functions) let me know.

Mr. Smith