コード例 #1
0
        public void ProtectConstants()
        {
            ConstantProtection cp = new ConstantProtection(module)
            {
                HideStrings    = this.HideStrings,
                HideIntegers   = this.HideIntegers,
                EncryptStrings = this.EncryptStrings,
            };

            cp.Protect();
        }
コード例 #2
0
 public InjectPhase(ConstantProtection parent)
     : base(parent)
 {
 }
コード例 #3
0
 public EncodePhase(ConstantProtection parent)
     : base(parent)
 {
 }
コード例 #4
0
ファイル: InjectPhase.cs プロジェクト: GavinHwa/ConfuserEx
 public InjectPhase(ConstantProtection parent)
     : base(parent)
 {
 }
コード例 #5
0

        
コード例 #6
0