obfuscation - how to write code in asp.net to stop reverse engineering of asp.net application -
We are making an application that is downloadable. We want to stop the reverse engineer reverse application by a person to lose our business. Any way to stop this?
What do you mean by downloadable applications? You are talking about ASP.NET applications in the title of the question, but this is not an application that can be downloaded. If you have a console / winform / WPF application that has compiled binaries, you can use code obscuration tool to make reverse engineering difficult.
Best Relationship
Comments
Post a Comment