Obfuscation and .NET Independancy

Pwner

Member
Joined
Jan 29, 2008
Messages
9
Programming Experience
Beginner
Can you folks help me out on the following questions :) ?

Can obfuscated MSIL code be reversely engineered ?

Which are the best obfuscation tools on the web at the moment for .NET assemblies ?

If I remove .NET dependency from an assembly; will it be slow when you run it ?

Will obfuscation increase the size of an assembly ?

Thanks :)
 
Hi

Can obfuscated MSIL code be reversely engineered ?

>>Yes, but it's much harder

Which are the best obfuscation tools on the web at the moment for .NET assemblies ?

>>I have heard of CodeVeil from XHEO, (it also has a licensing system)
>> I also have heard of MSLP which is a licensing system as well as a Obfuscator... check them out,

If I remove .NET dependency from an assembly; will it be slow when you run it ?
>>:D It won't run...

Will obfuscation increase the size of an assembly ?

>>I tested CodeVeil obfuscation on a 230KB file, it went to 290KB roughly..

So slightly..
 
Back
Top