The Bytecode Club
Procyon Java Decompiler - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86)
+--- Thread: Procyon Java Decompiler (/showthread.php?tid=127)



Procyon Java Decompiler - Konloch - 11-03-2014

Procyon is a modern Java Decompiler that's open source, it's CLI but you can download it at https://bitbucket.org/mstrobel/procyon/downloads

If you're looking for GUI Procyon, check out Bytecode Viewer - https://github.com/Konloch/bytecode-viewer/releases

To run it simply use:
Code:
java -jar decompiler.jar -jar myJar.jar -o out

Check out the documentation at https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler