We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
为了将来的记录,我发现最适合我需求的是Soot。
http://www.sable.mcgill.ca/soot/
To future record, what I´ve found that best suits to my needs is Soot.
http://www.sable.mcgill.ca/soot/
ASM 库 可以在 JVM 字节码级别做到这一点。请参阅http://download.forge.objectweb.org/asm/asm4-guide.pdf(第 121 页)。
The ASM library can do that, at the JVM-bytecode level. See Method Analysis and Control flow analyses in http://download.forge.objectweb.org/asm/asm4-guide.pdf (page 121).
Atlas 是一个支持程序分析的 Eclipse 插件。它有一个可查询的图形数据库,其中包括控制流图(以及数据流和其他关系)。
Atlas is an Eclipse plugin that enables program analysis. It has a querable graph database that includes the control flow graph (as well as data flow and other relationships).
也许这就是您正在寻找的 http://www.jboss.org/jbpm
Maybe this is what you were looking for http://www.jboss.org/jbpm