1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

Provide annotations to control Eazfuscator.NET

This commit is contained in:
Kevin Glynn 2011-07-12 15:28:29 +02:00
parent 682dc71c14
commit 7841a7f900

View File

@ -0,0 +1,5 @@
using System;
using System.Reflection;
// Control Eazfuscator.NET
[assembly: Obfuscation(Feature = "code control flow obfuscation", Exclude = false)]