What do you use to protect your .NET code from reverse engineering? [closed]

I’ve had a lot of success with Xenocode Postbuild. The tool can obfuscate .NET assemblies, protect agaist Reflector disassembly, combine .NET assemblies into a single executable (“virtualization”) and even compile .NET applications to standalone executables that do not need .NET runtime installed.

Leave a Comment