XenocodeRCE / neo-ConfuserEx

Updated ConfuserEX, an open-source, free obfuscator for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
757 stars 89 forks source link

The ObfuscationAttribute is not respected as it is respected by other obfuscators #16

Closed steffen-liersch closed 5 years ago

steffen-liersch commented 6 years ago

The ObfuscationAttribute should be respected as it is respected by other obfuscators like Babel or Obfuscar.

If a class is tagged with [Obfuscation] the following items should not be renamed:

At the moment it seems as if ApplyToMembers is ignored. The default value of ApplyToMembers is true!

XenocodeRCE commented 5 years ago

We will follow ConfuserEx guideline on obfuscation attributes for the moment and we might change that