-1

Hi In C# windows application. I need to know by using .NET Reflector .NET_Reflector all source code is viewed by anyone. But I want hide some code(Important secure code) in c# from .Net Reflector.

Anyone help me to hide managed code(C# code) from Reflector. Thanks...

Veeramani Bala
  • 234
  • 3
  • 12
  • You can obfuscate you code. Here are some discussion : http://stackoverflow.com/questions/19163701/how-can-i-obfuscate-my-c-sharp-code-so-it-cant-be-deobfuscated-so-easily – qamar Jan 02 '15 at 11:48
  • Also: [.NET obfuscation tools/strategy](http://stackoverflow.com/questions/2525/net-obfuscation-tools-strategy) – Soner Gönül Jan 02 '15 at 11:49

1 Answers1

1

You can use intellilock from eziriz to do it (3rd party licencing software) http://www.eziriz.com/

voltaire
  • 213
  • 2
  • 8