Howdy all,
I was wondering if anyone knew a free obfuscator for .NET applications? All the ones I can find are quite expensive, and I have no money with which to purchase one.
Either that, or some way to protect my applications from being viewed. I was told about a certain program which can break down any .NET application back into source code, so I tried it on my application.
It was quite scary what I saw. In the executable all of the variable names were correct, and the code looked exactly as it did in Visual Studio. The DLL looked exactly the same too, except the variable names were re-done (a DirectoryInfo variable was shown as "info1").
So does anyone have any suggestions for me to obfuscate my apps or make them un-decompilable altogether? For free?
Thanks in advance :D
chem
