您的位置:首页 > 编程语言 > Java开发

Bytecode Outline eclipse插件,在研究asm时挺有用的一个插件

2013-03-25 14:37 831 查看
Bytecode Outline eclipse插件安装地址:http://andrei.gmxhome.de/eclipse/

它有一个Bytecode视图,该视图可以查看当前激活的源码视图所对应的类 用asm应该如何生成。也就是说,如果你知道改造后的类的字节码,就可以通过该视图得到改造的过程,asm的调用语句应该怎么写。研究asm时特别有用,值得推荐。
当然,如果你仔细研究asm,发现也是有命令行工具的,这个插件只不过是把该工具封装成eclipse插件,方便使用。
http://andrei.gmxhome.de/bytecode/

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.本文出自 “忆往昔。。。” 博客,请务必保留此出处http://memory.blog.51cto.com/6054201/1162028
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: