Re: HTAs, code protection and resource compiling.





michael elias wrote:
> Hi,
>
> I too use HTA's a lot and use a resource DLL to store all my script
> files and images.
>
> To create a resource DLL you have to create a resource description
> file. Then compile this file with a resource compiler which will give
> you a .RES file. This file must be used in a linker to create a DLL
> file. Check this website for the tools and more explanation.
> http://www.godevtool.com/


And another bist of this kind (but this I never tried):

you may install the free Microsoft .NET Framework, it has JScript
compiler in it (jsc.exe) This way you can compile .js files into .exe
or .dll

But this is getting to much I guess...

.


Loading