eclipse反编译插件安装
2019-10-30 本文已影响0人
凉风拂面秋挽月
1.help -- Eclipse Marketplace...
image.png
2.输入 Decompiler 搜索并安装此插件
image.png
3.勾选上所有的反编译插件
image.png
安装完成后即可使用
右键class文件,选择open class with 选择Jd-core
image.png
接下来就能看到反编译的结果了。
对于程序员来说,没什么源码是看不到的。