The scenario is that somebody can decompile the bytecode which .NET makes.
Is it possible to scramble the bytecode, as it is possible to do with Java to avoid reading all classes right out ?
Printable View
The scenario is that somebody can decompile the bytecode which .NET makes.
Is it possible to scramble the bytecode, as it is possible to do with Java to avoid reading all classes right out ?
There's a free obfuscator tool in VS .Net 2003 that does just that.