-
Notifications
You must be signed in to change notification settings - Fork 3
Home
franckleveque edited this page Sep 14, 2010
·
3 revisions
Welcome to the ObfuscarStandardAttributeHelper wiki!
This project aims to fill the gap left in the use of standard c# obfuscation attributes by Obfuscar.
The project is made of an executable console application and a library.
Provide an obfuscar xml config file to the console application and it will add obfuscation directive in the config (saved in a new file).
Currently, configuration files have to be minimal (No directives in Module tags)
StripAfterObfuscation and Feature attributes aren’t supported at the moment.
First Release seems to work in simple cases. Some tests on complex one are required.