有免费/开源的 vbscript 编译器吗?
我需要将 wmi vbscript 编译为可执行文件(以在多台计算机中自动配置)。 有免费的 vbscript 编译器或其他建议吗?
I need to compile a wmi vbscript to executable (to automate configuration in several computers). Any free vbscript compiler or any other suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
这样做时我特别关心的一件事是您必须真正信任正在编译脚本的产品。 毕竟,有什么比提供免费编译器将 VBScript 编译成不可读的可执行文件更好的嵌入病毒或蠕虫的方法了。
One thing I would be especially concerned about in doing this is you must really trust the product that is compiling the script. After all, what better way to embed a virus or worm than to offer a free compiler that compiles your VBScript into an unreadable executable.
目前,最著名的开源客户端 vbscript 是 baleas2。
如果您正在谈论像脚本一样的服务器端vb,那么选项列表非常大,如下所示:instant-asp(ib4j-tomcat,java),rbsp(realbasic-server-pages),pbsp(purebasic-server-pages), run-basic(libertybasicscript)等几乎所有完全开发的商业vb替代品。
目前 basicwebscripting 领域中其他基于 Windows 的开源基本变体有 maven-sb4j、scriptbasic 和 gbs3(gambas 服务器页面)。 那么,freebasic 服务器页面可能很快就会成为未来的另一个选择(在开发了 curl 和 proxyserver / fastcgi 支持之后)。
您还可以尝试对 jbasic、jabaco、scriptbasic-japi 和 yabasic-japi 使用 maven-sb4j。
Currently, the best known opensource client side vbscript is baleas2.
If you are talking about server side vb like scripting, then the option list is very big as follows: instant-asp (ib4j-tomcat, java), rbsp (realbasic-server-pages), pbsp (purebasic-server-pages), run-basic (libertybasicscript), and so on with almost all the completely developed commercial alternatives to vb.
Regarding other windows based opensource basic variant in the area of basicwebscripting currently are maven-sb4j, scriptbasic and gbs3 (gambas server pages). Then freebasic server pages may soon be yet another option in the future (after development for curl and proxyserver / fastcgi support).
You may also try using maven-sb4j for jbasic, jabaco, scriptbasic-japi and yabasic-japi.
尝试 http://www.xneat.com/application-builder/index.htm
看起来值得信赖
Try http://www.xneat.com/application-builder/index.htm
looks trusted
好吧,我想这很有趣,我完全理解你的观点!
您可以使用 WSH 编码器 在这里(Windows Script Host),它是免费的,您可以加密您的脚本,这样就没有人可以阅读它们(只是那些不好奇的人!)
,如果您正在寻找一些强大且艰苦的工作加密,您可以此处试试这本书
ok that's interesting i guess, and I fully understand your point!
you can use the WSH Encoder here (Windows Script Host), it's for free you can encrypt your scripts and this way no one can read them (just the not curious ones!)
and if you are looking for some strong and hard work also encryption you can try this book here
尝试将vbs转为exe。 这是命令行,但工作正常。
http://www.f2ko.de/programs.php?lang=en& ;pid=v2e
Try vbs to exe. It's command line but works fine.
http://www.f2ko.de/programs.php?lang=en&pid=v2e