Compiling .hta file to .exe

后端 未结 6 641
猫巷女王i
猫巷女王i 2021-01-18 09:14

I have searched far and wide for a way to compile my .hta file (and resources) to a .exe file.

There are plenty of applications that claim to be able to do this - bu

6条回答
  •  南方客
    南方客 (楼主)
    2021-01-18 09:42

    HTAEdit, which comes bundled with VBSedit, does not truly hide the hta code. At run time, it extracts the original hta file to a subdirectory in %temp% and passes it off to mshta.exe to execute. The converted exe's created by VBSedit don't seem to do this as far as I can tell.

提交回复
热议问题