freebsd-ports/devel/cfr/pkg-descr
Mateusz Piotrowski 7a24b3ddf4 New port: devel/cfr: Class File Reader (CFR) Java decompiler
CFR will decompile modern Java features - up to and including much of Java
9, 10, 12 and beyond, but is written entirely in Java 6, so will work
anywhere!

It'll even make a decent go of turning class files from other JVM langauges
(like Kotlin) back into Java!

To use, simply run the specific version jar, with the class name(s) you
want to decompile (either as a path to a class file, or as a fully
qualified classname on your classpath).

Alternately, to decompile an entire jar, simply provide the jar path,
and if you want to emit files (which you probably do!)
add --outputdir /tmp/putithere.

WWW: https://www.benf.org/other/cfr/
2019-04-17 10:47:14 +00:00

14 lines
670 B
Text

CFR will decompile modern Java features - up to and including much of Java 9,
10, 12 and beyond, but is written entirely in Java 6, so will work anywhere!
It'll even make a decent go of turning class files from other JVM
langauges (like Kotlin) back into Java!
To use, simply run the specific version jar, with the class name(s) you want to
decompile (either as a path to a class file, or as a fully qualified classname
on your classpath). (Use --help to list arguments).
Alternately, to decompile an entire jar, simply provide the jar path, and if
you want to emit files (which you probably do!) add --outputdir /tmp/putithere.
WWW: https://www.benf.org/other/cfr/