nyxiscoo1 / obfuscar

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

Make it possible to obfuscate everything that is not public or protected. #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
<Module file="$(InPath)\Release\project.dll">
    <SkipNamespace name="SomeNamespace" />
</Module>

What version of the product are you using? On what operating system?
Latest version.

Please provide any additional information below.
Great product!
Easy to get started, no wierd dependencys.
Well suited for a build script.

Original issue reported on code.google.com by mikael.hansen.idevio@gmail.com on 12 Dec 2008 at 11:23

GoogleCodeExporter commented 8 years ago
Something like <SkipType attrib="public|protected" /> would do it well for me 
too.

Original comment by nmoy...@infonie.fr on 10 Jan 2009 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by mikael.hansen.idevio@gmail.com on 26 May 2009 at 9:52

GoogleCodeExporter commented 8 years ago
With version 1.5 the attrib attribute is evaluated correctly.
There are two possible values: 'public' and 'protected' (which includes public)

Original comment by webbi...@gmail.com on 6 Nov 2009 at 2:55