利用IDEA插件反编译jar包源码

99封情书 提交于 2020-08-04 16:54:36

1、检查idea是否有安装Java Bytecode Decomplier插件(基本上都有)
2、找到插件的运行包
目录:..idea\plugins\java-decompiler\lib\java-decompiler.jar
3、执行命令可生成原码jar包
java -cp “D:\decompiler\java-decompiler.jar” org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true D:\decompiler\xxx\xxx-web-1.5.0-SNAPSHOT.jar src



易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!