Posted by Myles on Tue Jan 26 17:53:54 1999
| Distribution: | paneris@i-way.co.uk |
|---|
A nice article on java decompilers from july 97 is athttp://www.javaworld.com/javaworld/jw-07-1997/jw-07-decompilers.html
The basic gist is that at that point the 3 decompilers reviewed
(Mocha beta1, DejaVu 1.0 and WingDis 2.06) had flaws that mean
it would take a lot of effort to get the decompiled classes
re-compilable for all but the simplest application. They are
quite good for inspecting the java code, but they do sometimes
produce semantically incorrect code.BTW, "[The authors] goal in life is to personally drive the final stake through
the heart of the evil C programming language." :-)Myles