Bytecode Outline eclipse插件安装地址:http://andrei.gmxhome.de/eclipse/

它有一个Bytecode视图,该视图可以查看当前激活的源码视图所对应的类 用asm应该如何生成。也就是说,如果你知道改造后的类的字节码,就可以通过该视图得到改造的过程,asm的调用语句应该怎么写。研究asm时特别有用,值得推荐。

当然,如果你仔细研究asm,发现也是有命令行工具的,这个插件只不过是把该工具封装成eclipse插件,方便使用。

 
Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode/ ASMifier code compare for java/class files and shows ASMifier code for current bytecode. It also allows to disassemble and debug classes without attached source code on any operating system where Eclipse is running.