The Bytecode Club

Full Version: JD-GUI published in version 1.0 as OpenSource and written in Java
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
JD GUI is now published in version 1.0 as OpenSource (under the GPL) and it is now completely written in Java.
It is hosted on GitHub

Possibly JD-Core could be integrated as an additional Java decompiler in Bytecode Viwer.

Btw: Now are nearly all important Java Decompiler OpenSource and in Java written.
The only exception is the old JAD. It was written in Java 1.1 times or so. So it have problems to decompiler newer Java-code. But it have the nice advantage, that - if JAD can't decompile Java-classes correct - it decompiles it to an other easy readable form.

Greatings
theuserbl
:D

Expect JD-Core to be in BCV within a couple weeks, thanks for sharing this!

EDIT: Is just the GUI portion open sourced? Or is the core open sourced as well.
(03-27-2015, 06:36 AM)Konloch Wrote: [ -> ]EDIT: Is just the GUI portion open sourced? Or is the core open sourced as well.

Hmmm.. you are right. Only the GUI part is (currently) OpenSource.  Sad

I have asked the developer at
https://plus.google.com/107508651694381167848/posts

And he have answered:
Quote:JD-Core project will be under the GPLv3 license, eventually. The project was born in 2007. Before opening the sources, a refactoring should be done. Today, you can:
- use jd-core-0.7.1.jar stored on GitHub
- decompile my decompiler !! Smile
- take a look on the excellent projects  https://github.com/fesh0r/fernflower and https://bitbucket.org/mstrobel/procyon

Hopefully he will publish it under GPL3.

But possibly you could integrate a ClosedSource JD-Core in the Bytecode-Viewer?

Greatings
theuserbl
(03-28-2015, 09:19 AM)theuserbl Wrote: [ -> ]
(03-27-2015, 06:36 AM)Konloch Wrote: [ -> ]EDIT: Is just the GUI portion open sourced? Or is the core open sourced as well.

Hmmm.. you are right. Only the GUI part is (currently) OpenSource.  Sad

I have asked the developer at
https://plus.google.com/107508651694381167848/posts

And he have answered:
Quote:JD-Core project will be under the GPLv3 license, eventually. The project was born in 2007. Before opening the sources, a refactoring should be done. Today, you can:
- use jd-core-0.7.1.jar stored on GitHub
- decompile my decompiler !! Smile
- take a look on the excellent projects  https://github.com/fesh0r/fernflower and https://bitbucket.org/mstrobel/procyon

Hopefully he will publish it under GPL3.

But possibly you could integrate a ClosedSource JD-Core in the Bytecode-Viewer?

Greatings
theuserbl

Yessir, I'll work on integrating that in the latest release.
wow!! That's fantastic!!!