yck1509 / ConfuserEx

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

Does ConfuserEx support C++/CLI assemblies? #89

Closed smischke closed 9 years ago

smischke commented 9 years ago

When using a "confused" C++/CLI assembly, the application crashes with BadImageFormatException. Even when using preset "None" or "Minimal" and without any "Protections".

Does ConfuseEx support C++/CLI assemblies at all?

yck1509 commented 9 years ago

The library ConfuserEx used to read/write assemblies, dnlib, does support C++/CLI assemblies. However, I did not test C++/CLI assemblies with ConfuserEx, since they're rare in practice. If you would like to protect them with ConfuserEx, feel free to contact me at confuser.net@gmail.com so that I could help you in testing it.