返回列表 发帖

[问题求助] [已解决]vbs baes64编码

本帖最后由 LJY4.0 于 2022-11-26 17:37 编辑

利用f变量来表示自身路径
来解压自身的base64编码
wshShell.run "certutil -decode "+f+" "C:\Start.bat""
但失败了
求大神改正
1

评分人数

    • Batcher: 感谢给帖子标题标注[已解决]字样PB + 2
https://pc.woozooo.com/mydisk.php

回复 2# czjt1234
谢谢大神!
https://pc.woozooo.com/mydisk.php

TOP

wshShell.run "certutil -decode " + f + " ""C:\Start.bat"""
1

评分人数


QQ 20147578

TOP

返回列表