yck1509 / ConfuserEx

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

How Change Version And Other Names in ConfuserEX !!?? #578

Open Gamerios opened 7 years ago

Gamerios commented 7 years ago

Hello,

I found that when i obfuscate smething at a decomiler / reflector etc there stands [module: ConfusedBy("ConfuserEx v1.0.0")]

Etc information like that then people who want crack no the protection.

But when i change values in GlobalAssemblyInfo.cs to

[assembly: AssemblyProduct("Crypter")]
[assembly: AssemblyCompany("Cr")]
[assembly: AssemblyCopyright("Copyright (C) cr 2010547")]

[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("v1.5.0")]

Thre always gets replaced at compile.

I want change it that i can change things in protection and so on . But not find why it always gets replaced..

Is it because of ConfuserEx.snk ?

Regards

Gamerios commented 7 years ago

can anyone help ?

Gamerios commented 7 years ago

No one ?

SlowLogicBoy commented 7 years ago

Search issues, there was already one that teaches how to change or remove watermark

https://github.com/yck1509/ConfuserEx/issues/305#issuecomment-135749150