Possible Duplicate:
Best .NET obfuscation tools/strategy
Hello,
I was wondering if there was a way to "scrable" or "encrypt" a .Net executable. Because with Reflector, everything is fully exposed! I'd like to prevent this.
Thanks
|
|
Hello, I was wondering if there was a way to "scrable" or "encrypt" a .Net executable. Because with Reflector, everything is fully exposed! I'd like to prevent this. Thanks
|
||||||
|
closed as exact duplicate by Mauricio Scheffer, Henk Holterman, Jason Z, Eric, Bill the Lizard♦ Aug 25 at 19:28 |
|
|
The best you can do is make reverse-engineering more difficult by using an obfuscation tool like Dotfuscator:
|
||
|
|
|
You can "scramble" your code using an obfuscator, there are many available on the market "Encrypting" your code is more complicated, but there are also tools available to do this, such as Salamander Protector |
||
|
|
|
|
I use IntelliLock and .NET Reactor both products by Eziriz. They seem to work just fine and the price isn't bad. |
||
|
|
|
|
You are looking for obfuscators. Google for them, I use {smartassembly}. It's great. One thing to remember, Obfuscation is the same as House Security. You're making yours harder to get into so that they'll go after your neighbour. It doesn't change the fact that if they want to get in, they will. ;) |
||
|
|
|
|
||||
|