>  I've been given the dubious task of obsfucating the current
> application that our team is developing.
>
> I've tried  the obsfucator that comes with VS.2003 but it is
> a nightmare to use on anything but the simplest of projects.
>
> Can anyone recomend another product?

        I use dotfuscator community edition and it's very straightforward and 
simple.
Use these rules to get best obfuscation results:
- make all classes in your .exe internal
- make all public methods in your classes in the .exe internal
- run NDepend or visual NDepend and every method you can make internal or 
private, and which isn't in a library you use elsewhere,
make that method internal or private.
- in dotfuscator, exclude any internal class/struct from renaming.

        that's it.

                FB

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to