diff --git a/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs b/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs index 2d5143f..ff7b68a 100755 --- a/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs +++ b/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs @@ -4,4 +4,6 @@ using System.Reflection; [assembly: Obfuscation(Feature = "code control flow obfuscation", Exclude = false)] [assembly: Obfuscation(Feature = "Apply to type Twiglet.CS2J.Translator.TypeRep.*: all", Exclude = true, ApplyToMembers = true)] +[assembly: Obfuscation(Feature = "Apply to type Twiglet.CS2J.Translator.Transform.JavaMaker", Exclude = true, ApplyToMembers = true)] +[assembly: Obfuscation(Feature = "Apply to type AntlrCSharp.csParser", Exclude = true, ApplyToMembers = true)]