finding a good decompiler
Hi all
Didn't know where to put this and considering I am not exactly a java genius I thought I would post it here. If it is not suited to this forum please could a mod move it to the appropriate location.
I have been playing around lately with proguard which is like a code optimiser thing that makes my code a lot smaller by shortening all the names of classes etc. down to things like a.class, b.class etc. (chopped a good 20 to 25% off the size of the thing)
Could anyone recommend a good relatively easy to use java decompiler so I can see what this proguard thing is actually doing to my code? Would that even be worth it or will it not give me a good enough view of what proguard is actually doing? I have heard that decompilers don't always give back great results (never tried using one before :p).