Java查看字节码的4种方式

JDK的javap工具

Intellij idea快速查看Java类字节码:转载自http://allan.li/intellij-ideakuai-su-cha-kan-javalei-zi-jie-ma/

IDEA插件

在Intellij idea插件管理里面安装jclasslib bytecode viewer插件。然后打开一个java文件,在底下的面板上View-Show bytecode with jclasslib

使用Java Bytecode Editor工具

下载Java Bytecode Editor,解压,直接运行jbe.sh即可看到UI面板。

使用JClassLib工具

github下载地址:https://github.com/ingokegel/jclasslib/releases

猜你喜欢

转载自blog.csdn.net/pbyang_love/article/details/81582549