I saw a thread that suggested that dot net apps are easily decompileable. Is this true? Anyone have a reference pertaining to this.
Thanks!
Printable View
I saw a thread that suggested that dot net apps are easily decompileable. Is this true? Anyone have a reference pertaining to this.
Thanks!
VB .NET compiles to intermediate language which is easier to red. if that is an issue, use an obfuscator or use ngen.exe to create a native image.
A .Net Assembly obfuscator can prevent others from decompiling or disassembling. Could you try our obfuscator: Aspose.Obfuscator? With it, you can:
1. Obfuscate .Net Exe files while reserve all necessary names by itself
2. Obfuscate .Net Dll Files while reserve all necessary names by itself
3. Obufcate Asp.Net applications while reserve all necessary names by itself
4. Obfuscate applications whose type information is decided at runtime while reserve all necessary names by yourself
You can find more information at http://www.aspose.com and your comments or suggestions will be greatly appreciated.