Пример #1
0
 public Decrypter3(ModuleDefMD module, MethodDef decryptMethod)
 {
     this.module   = module;
     this.inflater = InflaterCreator.Create(decryptMethod, true);
 }
Пример #2
0
 public Decrypter3(ModuleDefinition module, MethodDefinition decryptMethod)
 {
     this.module   = module;
     this.inflater = InflaterCreator.create(decryptMethod, true);
 }