是否可以将 .EXE 转换为 ActiveX 对象?

发布于 2024-11-08 04:44:37 字数 106 浏览 0 评论 0原文

转换可能是错误的词,但为了让用户不必安装某些东西,我想知道是否可以使用 ActiveX 将一个小 EXE 嵌入到网页(仅限 IE)中,以便在按下按钮时运行它。显然这是一个很大的安全漏洞,但这可行吗?

Convert might be the wrong word, but to save a user having to install something I wondered if a small EXE can be embedded in a web-page (IE only) using ActiveX so it is run when a button is pressed. Obviously a big security hole but is it feasible?

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

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

发布评论

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

评论(1

孤独患者 2024-11-15 04:44:37

呃,光是想想就让我心里有点死了。

但是,可以,将 exe 和 activex 打包在 cab 文件中,然后使用 activex 启动 exe。

有关打包 ActiveX cab 文件的信息位于:http: //msdn.microsoft.com/en-us/library/aa751974(v=vs.85).aspx

有关 Inf 文件(特别是 DestDir位): http://msdn.microsoft.com /en-us/library/aa741215(v=vs.85).aspx

这将允许您将 exe 放在已知位置(Windows 或系统),以便您可以从提供权限的activex控件设置正确

Urgh, just thinking about it makes me die a little inside.

But yes, package up the exe and the activex in a cab file and use the activex to launch the exe.

Info on packaging up ActiveX cab files is here: http://msdn.microsoft.com/en-us/library/aa751974(v=vs.85).aspx

A bit more information on Inf files (specifically the DestDir bit): http://msdn.microsoft.com/en-us/library/aa741215(v=vs.85).aspx

This would allow you to put the exe in a known location (Windows or System) so that you could execute it from the activex control providing permissions were set correctly

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