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