DecrypterInfo13 getInfoV13(MethodDef cctor, MethodDef method)
        {
            var info = new DecrypterInfo13(cctor, method);

            if (!info.initialize())
            {
                return(null);
            }
            return(info);
        }
Пример #2
0
 DecrypterInfo13 getInfoV13(MethodDefinition cctor, MethodDefinition method)
 {
     var info = new DecrypterInfo13(cctor, method);
     if (!info.initialize())
         return null;
     return info;
 }