为什么使用 Eclipse Soot 插件中的 Soot 操作时会出现此错误?

发布于 2025-01-05 21:36:19 字数 560 浏览 4 评论 0原文

我是第一次尝试烟灰。我按照他们网站上的说明安装 Eclipse 插件。看起来下载得很好。然后,我尝试使用简单的 Java 程序创建一个 Java 项目,以便我可以尝试将其转换为 Jimple。但是,当我尝试此操作或任何其他 Soot 操作时,我不断收到错误对话框,显示“所选操作当前不可用”。下图:

在此处输入图像描述

我不确定是什么导致此功能不起作用。 Java 构建路径(如下图所示)似乎包含需要的所有内容:

在此处输入图像描述

有人使用过 Soot以前遇到过这个问题吗?对于如何缓解这种情况有什么建议吗?


编辑:此外,当我尝试创建 Soot 示例项目(一个简单的 bodyTransformer)时,我收到“问题打开向导”错误:

在此处输入图像描述

I am trying out Soot for the first time. I followed the explanation on their website for installing the Eclipse plug-in. It seemed to download just fine. I then tried to create a Java project with a simple Java program so that I could try converting it to Jimple. However, when I try this operation or any of the other Soot operations, I keep getting an error dialog box that says, "The chosen operation is not currently available." Picture below:

enter image description here

I am not sure what it causing this to not work. The Java build path (pictured below) seems to contain everything that should be needed:

enter image description here

Has anyone worked with Soot before and encountered this issue? Any suggestions for how to mitigate this situation?


Edit: also, when I try to create a Soot example project (a simple bodyTransformer), I get a "Problem Opening Wizard" error:

enter image description here

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

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

发布评论

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

评论(1

尝蛊 2025-01-12 21:36:19

我相信这个错误已于上周得到修复。 2.5.0 版本存在部署问题。当您现在安装该插件的修订版 2.5.1 时,它应该可以工作。

I believe that this error has been fixed last week. There was a deployment issue with the 2.5.0 build. When you now install revision 2.5.1 of the plugin, it should work.

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