Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Procyon Java Decompiler
#1
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/w...Decompiler
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