Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
6k stars 463 forks source link

Fernflower Decompiler #118

Closed oskar3123 closed 5 years ago

oskar3123 commented 5 years ago

Fernflower Decompiler

While not absolutely critical, an option for using Fernflower as the decompiler would be nice.

Col-E commented 5 years ago

Can it be easily referenced as a maven dependency?

Edit: https://mvnrepository.com/artifact/org.jboss.windup.decompiler/decompiler-fernflower Edit 2: While this is a proper mirror, it only goes up to October 2017 for updates...

oskar3123 commented 5 years ago

Pretty sure they don't have an official maven repo. The code for it can be found here: https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine Or in one of the unofficial mirrors, https://github.com/fesh0r/fernflower

Col-E commented 5 years ago

I asked about maven because I'd like to not go back to tracking binaries on the repo (Like how I did with CFR before it moved to maven).

blshkv commented 5 years ago

https://github.com/MinecraftForge/FernFlower/issues/1

Col-E commented 5 years ago

MinecraftForge's FernFlower

Oh so there is a maven backing this. I'll work on adding it on some later version.

Col-E commented 5 years ago

While this won't be in 1.X.X it's been completed in the 2.0.0 branch