yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.57k stars 1.63k forks source link

remove signature #229

Closed seagate1992 closed 9 years ago

seagate1992 commented 9 years ago

Hi, I'm working on a project, and when I open my setup.exe with notepad++, i can see in clear "Confuserex v0.5.0-custom", is there any way to remove this signature ? :)

XenocodeRCE commented 9 years ago
  1. Remove the Build folder : /Build
  2. Edit GlobalAssemblyInfo.cs in the root of your project.
  3. Edit Confuser.Core.CsProj file : remove everything I highlight here -> http://i.imgur.com/bSRWxPQ.png

    If you want to completely remove the watermark, just set AssemblyInformationalVersion value to "" (double quote) in GlobalAssemblyInfo.

seagate1992 commented 9 years ago

Ok thanks :)

yck1509 commented 9 years ago

Hello, That attribute is added at ConfuserEngine.Inspection. You could remove the watermark by removing the relevant parts, however I don't see the need of doing so.