Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JD-GUI published in version 1.0 as OpenSource and written in Java
#1
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
Reply
#2
: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.
Reply
#3
(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
Reply
#4
(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.
Reply
#5
wow!! That's fantastic!!!
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website