ILDASM and Security
hello to all
i have a problem with security in .NET
i want know how can i protect my program
from disassembling by ILDASM tool in vs.net ?
i can easily disassemble a asembly and
edit IL Code and recompile it by ILASM ..
but this is a big problem ..
i have read a article that was told we can
use from "owner" option in ilasm tool but
that option isn't current options and will not be ok ..
please a Expert help me ..
Thanks alot
Farshad
karthikeyan vPosted Jul 15, 2005, 1:50 AM
Hi ,
Since runtime executes based on IL it is easy to dissassemble any code. The only option to protect your code is to obfuscate it. There are many third party tools available for that.
Try using
dotfuscator - community version of this is available in visual studio.net tools
you can also go for paid ones like xenocode which is more powerful.
Hope this solves your problem
Cheers,
Karthikeyan V
mibuytPosted May 27, 2005, 5:56 AM