After two years of silence JD-GUI development is back on track!
For quite a long time v0.3.3 was the last published version. Recently two new versions appeared on the
project's website:
- v0.3.4 was published on 28th Aug 2012 (more than two years after the release of v0.3.3)
- v0.3.5 was published just a few days ago on 18th Oct 2012
So there's still hope for existing bugs to get fixed. Eg. once I ran into quite a major fault in the decompilation of one of my classes: a condition evaluation was decompiled into the opposite instruction as it was in the compiled class!
Ie. an
if (is_this_true) { ... }
became an
if (!is_this_true) { ... }
. And obviously after a recompile the function in the generated class did quite the opposite compared to the original class.
Recent comments
2 years 11 weeks ago
3 years 33 weeks ago
3 years 33 weeks ago
3 years 35 weeks ago
3 years 36 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago