nyxiscoo1 / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

[Enhancement] support System.Reflection.ObfuscationAttribute #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Starting with .NET 2.0, there is a standard attribute to control the
behavior of obfuscators:
http://msdn.microsoft.com/en-us/library/System.Reflection.ObfuscationAttribute.a
spx

obfuscar should support this attribute to exclude types and members, and
maybe also to control features like string hiding.

Original issue reported on code.google.com by daniel.g...@gmail.com on 2 Apr 2010 at 5:46

GoogleCodeExporter commented 8 years ago
I've created a pre processor of Modules in obfuscar config file at 
http://github.com/franckleveque/ObfuscarStandardAttributeHelper

For the moment, Feature and StripAfterObfuscation doesn't work.

Seems to do the work at least for simple cases. I need some feedback on more 
complex 
schemes.

Original comment by leveque....@gmail.com on 30 May 2010 at 8:47

GoogleCodeExporter commented 8 years ago
It should be Closed. Already implemented a long time ago.

Original comment by lextu...@gmail.com on 28 Apr 2013 at 7:33