mkaring / ConfuserEx

An open-source, free protector for .NET applications
https://mkaring.github.io/ConfuserEx/
MIT License
2.26k stars 349 forks source link

Antivirus remove my protected exe file how to fix #502

Open kkMs009 opened 1 year ago

kkMs009 commented 1 year ago

Steps to Reproduce:

1.

Princekin commented 1 year ago

You cant fix this.

nezarfadle commented 1 year ago

In my case the anti ildasm protection was causing this issue

ShoodEver commented 1 year ago

I resolved a similar issue by changing Compile >> Target CPU to x64 instead of AnyCPU This action also has decreased the score on virustotal from 28 to 5

dib0 commented 1 year ago

After a lot of trying: in my case it was removing the renamer and not using a packer. So just trying different combinations until it works.

KvanTTT commented 1 year ago

removing the renamer

It significantly decreases obfuscation power.