When you write a projects using dot net framework, that easy and take less time to create your app fit with your request. But the problem is the exe build by dot net framework is not secure. So many people can crack and use it....
One of the reason is protect your source code. That is encrypt it. The market have many tools support about it! This is one is SmartAssembly!
You can download use trial or buy from here:
Link Mirror 1"SmartAssembly is an obfuscator that helps protect your application against reverse-engineering or modification, by making it difficult for a third-party to access your source code.
If your entire business rests on the IP embodied in your software or you don't want your C# or VB.NET code exposed internationally, then obfuscating your code becomes a necessity, not a luxury.
With SmartAssembly, you get a comprehensive set of obfuscation features, including name mangling, control flow obfuscation, strings encoding, reference dynamic proxy, and declarative obfuscation."
If your entire business rests on the IP embodied in your software or you don't want your C# or VB.NET code exposed internationally, then obfuscating your code becomes a necessity, not a luxury.
With SmartAssembly, you get a comprehensive set of obfuscation features, including name mangling, control flow obfuscation, strings encoding, reference dynamic proxy, and declarative obfuscation."
View the tutorial from here
Tips:
Some time if your projects integrated with C++ Source code! you shouldn't check Purning mode, because this mode is purning your function, function name, function title, function description..... So that will be make C# app (dot net) cannot comunication with C++ dll.
That's my choose mode!
Have any question, leave your comment, we can disccuss about it!
Regards!
Zidane (Learn Tech Tips Founder)
0 comments:
Post a Comment