C# And reverse engineering.
Hi, all!
I'm a really newbie in both C# and this forum. So don't kick me, if my question can be answered by just a reference to manual.. ;))
As I understood, any code that written on C#, compiles into MSIL, and runs only under CLR. So, any distributed C# program could be easily decompiled into exact C#-code. Am I right? If so, is there any way to protect C# programs?
Thanks,
LeaetherStrip.
Re: C# And reverse engineering.
I'm trying to do this but ILSM doesn't have the option /owner. Can somebody help me?
Thanks!
Quote:
Originally Posted by pareshgh
ILDASM class.exe /out=class.il
ILASM /owner=someowner class.il
Re: C# And reverse engineering.
I found that too... not in the .NET 2.0 version either.
Darwen.
Re: C# And reverse engineering.
Hello, I found this link http://groups.google.com/group/micro...8bccfc91f82fde. It explain that option '/owner' it's only present in BETA 1 and BETA 2 of .NET framework version 1 :(
Regards