Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 iExpress 创建的 VBScript 中反编译或提取 [vb] 脚本?
我有一个.exe使用 iExpress 压缩的程序 VBScript。
.exe
VBScript
是否可以反编译它以查看源代码?
难以置信的容易。在exe的目录中打开CMD并键入:
exename.exe /t:%cd% /c
这些文件应该出现在您当前的目录中。