I find tool or extension for Visual Studio 2015 which change all class name, properties, function and other in my solution.
I want that my solution was unreadable but I could build this solution.
I have to give the project an external company
I find tool or extension for Visual Studio 2015 which change all class name, properties, function and other in my solution.
I want that my solution was unreadable but I could build this solution.
I have to give the project an external company
Use ConfuserEx tool to obfuscate your code. This is open source tool which comes in both command line interface and GUI mode. Instruction is written on this site how to use.
Here is link https://yck1509.github.io/ConfuserEx/
Download tool from here