Property Grid Bug
sukhani
Posts: 6
Hi Guys,
I am using SmartAssembly 5.5 to obfuscate my program which is made in VB.NET and uses .net 3.5. It's a windows forms program.
Now what has happened is after just selecting obfuscation option in smartassembly when I run my exe and open a form which has a property grid, some of items appear as junk. The image below will show you what I mean.
Can anyone help me out ? To me it seems that there is a bug in SmartAssembly.
What should I do?
Thanks,
Cheers,
Saurabh
[/img]
I am using SmartAssembly 5.5 to obfuscate my program which is made in VB.NET and uses .net 3.5. It's a windows forms program.
Now what has happened is after just selecting obfuscation option in smartassembly when I run my exe and open a form which has a property grid, some of items appear as junk. The image below will show you what I mean.
Can anyone help me out ? To me it seems that there is a bug in SmartAssembly.
What should I do?
Thanks,
Cheers,
Saurabh
[/img]
Comments
Obfuscators can't guarantee to preserve behaviour when reflection is used, of course.
You can either exclude it from obfuscation using the SmartAssembly project settings, or I prefer using attributes:
http://www.red-gate.com/supportcenter/C ... .5/toc.htm
Developer,
Red Gate .NET Tools
Alex, you said -
You can either exclude it from obfuscation using the SmartAssembly project settings, or I prefer using attributes:
http://www.red-gate.com/supportcenter/C ... .5/toc.htm
Why is it preferable to use attributes rather than going into obfuscation settings in SmartAssembly ?
Developer,
Red Gate .NET Tools