security in exe for .net
-
I think you are looking for some fuscator. Please go through this first DotFuscator[^].
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this message using rating.
-
The link given by Arindam Sinha, is correct but you should be aware that you cannot currently hide your .Net code from a determined hacker. All that Obfuscators do is to slow them down a bit.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
The link given by Arindam Sinha, is correct but you should be aware that you cannot currently hide your .Net code from a determined hacker. All that Obfuscators do is to slow them down a bit.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
Every working executable can be cracked, all we can do is slowing things down. You can obfuscate with Dotfuscator or protect your executable with Themida. I personally use DotFuscator.