pulgins之反编译
安装插件
Java Decompiler IntelliJ Plugin
F:\hc-code\supconit\honeycomb\license\6.3.0>java -cp "D:\Program Files\JetBrains\IntelliJ IDEA 2018.3.1\plugins\java-decompiler\lib\java-decompiler.jar" org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true license-6.3.0.jar "F:\hc-code"
INFO: Decompiling class com/supconit/honeycomb/license/Lic
INFO: ... done
INFO: Decompiling class com/supconit/honeycomb/license/providers/HoneycombLicenseProvider
INFO: ... done
INFO: Decompiling class com/supconit/honeycomb/license/providers/HoneycombLicenseValidator
INFO: ... done
INFO: Decompiling class com/supconit/honeycomb/license/providers/HoneycombPublicKeyProvider
INFO: ... done
INFO: Decompiling class com/supconit/honeycomb/license/providers/HoneycombPublicPasswordProvider
INFO: ... done
F:\hc-code\supconit\honeycomb\license\6.3.0>
命令详解(以下三点根据个人需要进行修改)
注意:控制台需要CD到需要反编译的jar包路径
1.填你第一步安装的jar包路径
D:\Program Files\JetBrains\IntelliJ IDEA 2018.3.1\plugins\java-decompiler\lib\java-decompiler.jar
2.被反编译的jar包名
license-6.3.0.jar
3.反编译后存储位置
F:\hc-code