blob: 177dcbecbd2a4c0cf878a13e9053e50970ff607e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
CFR will decompile modern Java features - Java 8 lambdas (pre and post
Java beta 103 changes), Java 7 String switches etc, but is written
entirely in Java 6. (FAQ)
To use, simply run the cfr command, with the class name you want to
decompile (either as a path to a class file, or as a fully qualified
classname on your classpath), and optionally the method name. (--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
|