Obfuscation by default?
Is there any way to obfuscate the code by default..i mean when compiling..
If not ...Why Microsoft doesnt provide an option with its compilers to obfuscate the assembly by default so that the code is secure?
Thanks,
Suresh.
You can use a post-build process to call the obfuscator of your choice.
Keep in mind that obfuscation doesn't secure anything--it's a deterrant, at the very most.
-Ryan / Kardax