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:
parent
682dc71c14
commit
7841a7f900
5
CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs
Executable file
5
CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs
Executable file
@ -0,0 +1,5 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
// Control Eazfuscator.NET
|
||||
|
||||
[assembly: Obfuscation(Feature = "code control flow obfuscation", Exclude = false)]
|
Loading…
x
Reference in New Issue
Block a user