forked from yck1509/ConfuserEx
-
-
Notifications
You must be signed in to change notification settings - Fork 380
Watermark
Martin Karing edited this page Aug 13, 2020
·
2 revisions
ID: watermark
Preset: All
Availability:
This enables or disables the watermarking of the assembly. It adds an attribute to all assemblies that marks the assembly to be obfuscated by ConfuserEx.
If you don't want ConfuserEx to brag that the assembly is obfuscated by it, you can disable this protection.
This protection has no parameters.
<protection id="watermark" action="remove" />
This "protection" is enabled automatically for all projects. You are able to
disable it using the example line above. Note that the action needs to be set
to remove
.