Java中生成控制流的工具

发布于 2024-10-13 07:50:07 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

孤独难免 2024-10-20 07:50:07

为了将来的记录,我发现最适合我需求的是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/

林空鹿饮溪 2024-10-20 07:50:07

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).

客…行舟 2024-10-20 07:50:07

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).

允世 2024-10-20 07:50:07

也许这就是您正在寻找的 http://www.jboss.org/jbpm

Maybe this is what you were looking for http://www.jboss.org/jbpm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文