签名的 Applet、JNI 和 DLL

发布于 2024-10-25 19:06:27 字数 252 浏览 1 评论 0原文

我有一个关于签名小程序和 dll 的问题。 我要做一个小程序,它使用一堆驻留在硬盘上的 dll。如果我的小程序已签名并且用户同意运行该小程序,那么 dll 是否能够执行任何操作?

我正在寻找如果我的小程序运行 dll 是否可能遇到任何资源/间隙问题。基本上,dll 负责诸如语音录制+语音输出(通过 openAL afaik)以及 RTP 和 SIP 实现之类的事情。因此,我想确保如果我的小程序已签名并且用户同意运行它,则访问这些内容不会出现问题。

谢谢

I have a question about signed applets and dll's.
I'm going to do an applet that uses a bunch of dll's that resides on the harddrive. If my applet is signed and the user agrees to run the applet, will the dll's be able to perform anything?

I was looking for if I might run into any resource/clearance issues if my applet runs the dll's. Basically the dll's are responsible for things like voice recording+voice output (through openAL afaik), and RTP and SIP implementations. So I want to make sure there's no issue with accessing that stuff if my applet is signed and user agrees to run it.

Thanks

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

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

发布评论

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

评论(1

两仪 2024-11-01 19:06:27

这些是要求:

  • 你的小程序已签名/用户同意运行它
  • 执行 JNI 部分的 dll 必须位于 java.library.path 上
  • 你的用户必须有足够的权限来运行我已经完成的 dll

,所以有没有理由你也做不到

These are the requirements :

  • your applet is signed / user aggrees to run it
  • the dlls that do the JNI part must be on the java.library.path
  • your user must have sufficient privileges to run the dlls

I've done it, so there is no reason you can't do it too

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