I started obfuscating my application and have found great free tool called Confuser, but it doesn't rename all. I tried confuse and then deobfuscate using de4dot and I can see many of the names.
How can I automatically rename all the namespaces, classes, properties and variables on my WinForms project?
Update:
- All the public classes was not renamed and the internal and private classes changed fully (Apart Resources internal class name)
- Just the private variables, properties and methods was renamed (Apart the controls that a form contains)
Bottom line: Any public didn't change unless was on some private or internal method or class and all the controls were contained in form not changed even if was private.