Hacker News new | ask | show | jobs
by jraph 779 days ago
If you are so inclined, a decompiler might be able to "recreate" a big part of the source code. IntelliJ IDEA's one (Fernflower) works well, its fork Vineflower seems like an interesting option too. Both are released under Apache 2.

Fernflower works so well I don't always immediately notice I'm debugging decompiled code.

1 comments

Nice, didn't know about fernflower, thanks for the recommendation! I use JavaDecompile (JD-GUI)ยน too much and is already in my workflow, but from insights like this i see some nicer/better tools.

1 - JD-GUI - https://java-decompiler.github.io/

Seems convenient, I'll keep this in mind for whenever I may need this.