in Visual Studio 2008 Professional Edition using it's Tools like ildasm.exe (it stands for Intergrated Language Disassembler). When I compiled my dll and deployed my application, a friend of mine asked me how did I wrote my
code there and told me to optimize my algorithms. Then I asked him when did he get my source codes ? And he asked :
I cracked!
Finally after googling I found that it's easy to decompile .NET assemblies as they do not generate specific CPU
instructions but MSIL code that then with help of Jet Compiler will be translated into specific platform. Then I decided search for .NET security and found Preemptive DotFuscator that obfuscate .NET assemblies.
And my Visual Studio 2008 comes with a trial version of Preemtive Dotfuscator and I wanted to obfuscate my application during building of my project it echoes an error and says smth like this;
Error ildasm.exe returned 1
Has anyone used dotfuscator b4 and I like to know your experience in this issue please!
Please share you experience on securing .NET assemblies...
Thank you all in advance

New Topic/Question
Reply



MultiQuote




|