检测 DLL 是通过 PHP 还是 Javascript 加载?

发布于 2024-12-09 13:07:18 字数 82 浏览 0 评论 0原文

有没有办法检测DLL是否通过php(可能是javascript)加载?具体来说,我试图检查 php 中是否加载了工具栏的 DLL,并根据结果执行操作。

Is there anyway to detect if a DLL is loaded via php (possibly javascript)? Specifically, im trying to check if a DLL of a toolbar is loaded or not in php and perform actions based on the result.

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

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

发布评论

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

评论(2

多彩岁月 2024-12-16 13:07:18

用PHP?当然不是,除非它将自身添加到用户代理标头中。

使用 JavaScript?这取决于工具栏是否向 JavaScript 公开。

With PHP? Certainly not unless it adds itself to the User Agent header.

With JavaScript? Well that depends on the fact if the toolbar exposes itself to JavaScript or not.

黑白记忆 2024-12-16 13:07:18

“工具栏”听起来像是客户端的东西,所以 - 不,很可能您无法在服务器端找到有关它的任何信息。因此,不通过 PHP。

JavaScript 也仅限于 DOM 的可用 API。如果工具栏没有以某种方式扩展 DOM,您将无法发现它的存在。

"Toolbar" sounds like something at the client side, so - no, most likely you will not be able to find out anything about it in the server side. Hence, not through PHP.

JavaScript is also limited to the available API of the DOM. If the toolbar does not extend the DOM somehow, you will not be able to find out that it is there.

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