S
Shane Story
If there is a better group for this please tell me.
I would like to build some sort of build batch file/macro or something so
that
I can easily, build my vb app, dotfuscate it (or if there is a better
ofuscator out there let me know), then build my setup.
I don't really know how to do this.
if I use vbc do I have to list each .vb file and in a certain order?
tried /addmodule:.vb but it bombed
Then I want to obfuscate and have the result end up in a place where setup
will grab it in its build.
2nd question:
Considering that anyone can read the source using ildasm is there much use
in trying to write protection schemes in it?
Thanks in advance for any advice.
Shane
I would like to build some sort of build batch file/macro or something so
that
I can easily, build my vb app, dotfuscate it (or if there is a better
ofuscator out there let me know), then build my setup.
I don't really know how to do this.
if I use vbc do I have to list each .vb file and in a certain order?
tried /addmodule:.vb but it bombed
Then I want to obfuscate and have the result end up in a place where setup
will grab it in its build.
2nd question:
Considering that anyone can read the source using ildasm is there much use
in trying to write protection schemes in it?
Thanks in advance for any advice.
Shane