Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 334 Bytes

File metadata and controls

11 lines (6 loc) · 334 Bytes

Java Decompiler

http://jd.benow.ca/

Command line packaging: https://github.com/kwart/jd-cmd

Not 100% perfect, but does a good job.

Vs javap: generates compilable source code, while javap can only generate the bytecode.

Loses of course any inlined information like static final primitives, and if the .class had been