how can I protect my business logic C# code that I have written in a COM object from being reverse engineered by a high tech geek?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you mean you created a COM callable wrapper around some C# code?
Anyway, to help protect your C# code (ILDASM or Reflector)… trying using an obfuscator.
Dotfuscator Community Edition 3.0 (free)
http://msdn.microsoft.com/en-us/library/ms227240%28VS.80%29.aspx