コード例 #1
0
 public Decrypter3(ModuleDefMD module, MethodDef decryptMethod)
 {
     this.module   = module;
     this.inflater = InflaterCreator.Create(decryptMethod, true);
 }
コード例 #2
0
ファイル: ResourceDecrypter.cs プロジェクト: kidhudi/de4dot
 public Decrypter3(ModuleDefinition module, MethodDefinition decryptMethod)
 {
     this.module   = module;
     this.inflater = InflaterCreator.create(decryptMethod, true);
 }