DotfuscatorAttribute
Dotfuscator, by default, inserts a custom attribute into your application named DotfuscatorAttribute
.
The attribute contains information about the Dotfuscator version used to obfuscate the program, including product ID (Community vs. Professional) and version numbers.
NoDotfuscatorAttribute Option
If you prefer not to insert the DotfuscatorAttribute
, you can disable it by manually setting an option in the config file, called nodotfuscatorattribute
.
<dotfuscator>
<global>
<option>nodotfuscatorattribute</option>
</global>
...
</dotfuscator>