IDEA反编译插件

  1. 插件安装
  2. 插件路径
  3. 插件使用
    java -cp "D:\win11\program\idea_2022.2.3\plugins\java-decompiler\lib\java-decompiler.jar" org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true "E:\programs\Polarion_2304\extension_resource\nextedy_checklist\com.nextedy.polarion.checklist\eclipse\plugins\com.nextedy.polarion.checklist_22.7.3.202304262302\checklist.jar" "E:\programs\Polarion_2304\extension_resource\nextedy_checklist\java_decompiler"
    
    java -cp "插件路径" org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true "待反编译jar包路径" "反编译后输出jar包路径(必须为已存在的目录)"


  4. 解压反编译后输出的jar包

猜你喜欢

转载自blog.csdn.net/tongxin_tongmeng/article/details/131204971