yck1509 / ConfuserEx

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

Code Signing #487

Open BugBugy opened 8 years ago

BugBugy commented 8 years ago

Hello, i want to sign my code with comodo licence. It may help with windows warnings and AV detection. But i am unable to find any help or option in GUI. Please guide me with this

barnacleboy commented 8 years ago

Just use signtool (https://msdn.microsoft.com/en-us/library/8s9b9yaz(v=vs.110).aspx) after obfuscation on the dll files. Works perfectly.

BugBugy commented 8 years ago

Yes i just found that! thanks Anyways, did it helped with detection ratio by AV's?

barnacleboy commented 8 years ago

I don't experience any problems with AVs when deactivating anti-dump. Virus Total shows green light when testing an obfuscated file.

Usually only my setup gets detected by AVs (native NSIS EXE). After whitelisting one of my setup files, I do not have any problems, but they never seem to scan the files within the setup.

BugBugy commented 8 years ago

Okay thanks for the info. I will try removing the anti-dump and get back with the result.

BugBugy commented 8 years ago

@barnacleboy even after deactivating anti-dump i face the same issue