Esempio n. 1
0
 public Decrypter3(ModuleDefMD module, MethodDef decryptMethod)
 {
     this.module   = module;
     this.inflater = InflaterCreator.Create(decryptMethod, true);
 }
Esempio n. 2
0
 public Decrypter3(ModuleDefinition module, MethodDefinition decryptMethod)
 {
     this.module   = module;
     this.inflater = InflaterCreator.create(decryptMethod, true);
 }