I am using Eazfuscator.NET to obfuscate my .NET website and to really get good obfuscating want to use the code virtulization option, however when I then try to login to the website that is obfuscated the server cpu spikes to 100% and the page times out, if I turn this obfuscation feature off then the pages work fine but the dll is then more readable.
The option I am using in the AssemblyInfo.cs
is as follows:
[assembly: Obfuscation(Feature = "Apply to type *: apply to member * when method or constructor: virtualization", Exclude = false)]
Does anyone know why this may occur and how I can avoid the cpu spike but still have decent obfuscated code?