免费的 VBscript 混淆器
大家好
我有一个相当大(2k 行)的 vbScript 文件,我需要对其进行混淆。它是一个定制的QTP函数库,因此必须随产品一起分发。有没有免费的 VBscript 混淆器可以做不错的工作?
谢谢!
编辑:
加密不适合与 QTP 一起使用,因此 Windows 脚本加密工具将无法工作,QTP 必须能够理解输出。我并不是想让输出被黑客证明,只是为了让临时程序员不会费心去花精力去混淆它
Hi all
I have a reasonably large (2k lines) vbScript file which i need to obfuscate. It is a customised QTP function library so must be distributed with the product. Is there any free VBscript obfuscators out there that do a decent job?
Thanks!
EDIT:
Encryption is not suitable for use with QTP so Windows Scripting Encryption tools will not work, QTP has to be able to understand the output. I'm not trying to make the output hacker proof, just so the casual programmer cant be bothered to put the effort in to de-obfuscate it
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是我为您编写的一个小脚本,它将混淆任何
vbs
文件......混淆非常简单,因此任何熟悉
vbs
的人都可以对其进行反混淆1 分钟后如果你想要更高级别的混淆,那么你需要付钱给我......:)但为此我会接受你的投票! :D
生成的脚本
obfuscated.vbs
将仍然是有效的vbs
文件。我本可以制作一个自解密 vbs,但很可能这会导致防病毒软件出现危险信号……如果您的防病毒软件性能良好,它应该将其标记为可疑。
请注意,适用标准免责声明...我对因脚本而可能发生的任何损坏不承担任何责任,使用风险自负。我不保证它会一直有效
Here's a Little script i whipped up for you that will obfuscate any
vbs
file....The obfuscation is pretty simple, so anyone familiar with
vbs
can prolly de-obfuscate it in 1 min.If you want higher level of obfuscation, well you need to pay me... :) but for this i'll take your votes! :D
The resulting script
obfuscated.vbs
will remain a validvbs
file.I could've made a self decrypting vbs, but chances are that will cause a red-flag with an antivirus...and if your anti-virus is any good, it should flag this as suspicious.
Please note, Standard disclaimer applies...I'm not responsible for any damage that maybe occur due to the script, use at own risk. I don't guarantee it'll work all the time
在 Windows XP 中,您可以使用 WSH 脚本编码器.
请注意,这是逆向工程。
In Windows XP, you can use WSH Script Encoder.
Note that this has been reverse-engineered.
我找到了一个免费的在线 vbscript 混淆器,它利用了一系列混淆技术(以及格式化和最小化):vbsobfuscator.com
I found a free online vbscript obfuscator that utilizes a stack of obfuscation techniques (as well as formatting and minimization): vbsobfuscator.com