Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How to protect C# DLL from Reverse engineering. If some one got this DLL they can Reverse it with some tools. How can we protect.
Posted

Hi,

you can use an obfuscator to protect your code. Here is one product:

http://www.red-gate.com/products/smartassembly/index.htm[^]
 
Share this answer
 
Using an obfuscator tool is the only way. Be aware that obfuscating doesn't make it "impossible", but it can make it significantly more difficult to do in a timely manner. One tool not to bother with is the one that comes with Visual Studio. It doesn't do *nearly* enough.
 
Share this answer
 
Standing with the European law, you shouldn't.
Revere engineering is a right of a user if it wants to know how a thing works, to develop other things that interoperate with it.

It is not in the right of a user reverse it to reuse it to make its own money without giving the original developer the proper credits. But that's not a problem of R.E.: it is a problem of fraud!
 
Share this answer
 
Comments
Dalek Dave 2-Nov-10 4:33am    
You are also entitled to obfuscate if you wish.
Use an obfuscator like Crypto Obfuscator. An obfuscator converts your code and symbols into senseless data while retaining the logic.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900