IdeaJad is a simple plugin for the popular decompiler jad. The plugin is open source and you can find the distribution at http://www.tagtraum.com/ideajad.html.
Please note that the plugin still has some restrictions. Feedback is very welcome.
-- HendrikSchreiber - 20 Jul 2002
JadPro is a improvement of IdeaJad and based on IdeaJad, add some features:
- option for decompile only one file(current) in the jar file rather than the whole jar's classes
- option for align line numbers use jadAlign(only in windows because jadAlign only has windows edition)
I'm very glad if the IdeaJad's author merge them to IdeaJad.
-- DeadLight - 27 Oct 2002
I wasn't aware of JadPro until now - so, I couldn't really merge things. However, the mentioned features and some more are now incorporated into IdeaJad.
-- HendrikSchreiber - 28 Nov 2002
- ideajad.jar: 683-1 patched for linux (you will need to chmod+x bin/jad as well)
Thanks for your great work. now JadPro should retire, hehe. Only one plugin for jad is enough: IdeaJad - the greatest and official version. Thanks again
-- DeadLight - 3 Dec 2002
Hendrik, I have attached a two diffs against the source code in ideajad-691-3.zip. See ideajad-691-3-diff.zip below.
- The first on is to add a dependency on "compile" to the "all" task. I understand that you might not want "dist" to compile the source code as well, but shouldn't "all" do it? That got me confused at first.
- I modified the toString() and toStringArray() methods in JadOptions so that the String is created from the array, and not the opposite. This ensures that the arguments are passed as one argument even if the string contains spaces. This fixes an issue I had when the "directory for output files" had spaces in its name.
I hope that helps.
-- AlessandroVernet - 16 Feb 2003
Thanks Alessandro, I put the fix for StringArray? in the latest version.
Ann: I will not post new version here anymore. Instead please visit the official site: http://www.tagtraum.com/ideajad.html
Also: I don't always check here or in the plugin forum. Therefore - for feedback bugreports etc., please simply send me an email: hs@tagtraumNOSPAM321.com
Thanks,
-- HendrikSchreiber - 27 Feb 2003
|
|