How to prevent decompilation of any C# application [closed]
If you deploy .NET assemblies to your client machines, some kind of decompilation will always be possible using reflector and similar tools. However, this situation isn’t materially different to what you’d encounter if you wrote the application in native C++. It is always possible to decompile things – if it were impossible, the processor couldn’t … Read more