====== Java 反编译工具 ====== * [[http://www.benf.org/other/cfr/|CFR]] 命令行,很现代 * [[https://github.com/skylot/jadx|jadx]] 带个 GUI * [[https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine|fernflower]] Intellij 的 * ''javap -c -v -p MyClass.class'' 看字节码 {{tag>java}}