Tagged Questions
36
votes
6answers
3k views
Any maintained Open-Source Java Decompiler?
Is there any maintained Open-Source Java Decompiler?
Jdec looks nice but has no community and has bugs, none of which has got fixed since 2007.
Dava seems to be a thesis project rather than a ...
5
votes
2answers
149 views
What are my free and/or open source options for decompiling class files and JARs?
I'm familiar with JAD, and haven't found anything newer or better, but I really didn't look that hard because I had previous experience with the JAD tool. However, I might have missed some really good ...
4
votes
3answers
3k views
Recompile decompiled Java (JD / JAD) source that contains goto instructions
(Related question: http://stackoverflow.com/questions/992930/java-compilers-or-jvm-languages-that-support-goto)
I have decompiled a jar (Legally, for debugging purposes) and want to recompile it.
...
1
vote
2answers
151 views
Decompiling java with JAD - limitations
I am trying to decompile a couple of jar files using JAD in Java (I tried JD-GUI as well with even less luck), but I get quite a lot of errors. One type (easy to fix) seems to be with internal ...
1
vote
1answer
1k views
JADClipse not working with Eclipse 3.6
Does Jadclipse work on Eclipse 3.6?
I have installed Jadclipse 3.3.0 on my Eclipse 3.6 by copying the jar into the plugins directory and restated eclipse.
Now I have the jadclipse menu under ...
0
votes
2answers
127 views
Dealing with labels in decompiled code
I'm wishing to return to a project to which I have lost source to a time ago but have managed to get the compiled version from a user. I've used a few decompilers to slowly piece together the code ...
0
votes
1answer
377 views
Jadclipse not working while debugging, but working with Ctrl + left mouse click
I am trying to use jadclipse with below configuration on my Win XP box:
Jadclipse - 3.3.0
Jad - 1.5.8g
Eclipse - 3.6.1
Java - 1.5.0_03-b07
I have followed installation steps as below :
added ...