Пример #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
 public InjectPhase(ConstantProtection parent)
     : base(parent)
 {
 }
Пример #5
0