Exemplo n.º 1
0
 public AssemblyResolver(ModuleDefMD module, DecrypterType decrypterType)
 {
     this.module                    = module;
     frameworkType                  = DotNetUtils.GetFrameworkType(module);
     this.decrypterType             = decrypterType;
     codeCompilerMethodCallRestorer = new CodeCompilerMethodCallRestorer(module);
 }
Exemplo n.º 2
0
 public AssemblyResolver(ModuleDefinition module, DecrypterType decrypterType)
 {
     this.module = module;
     this.frameworkType = DotNetUtils.getFrameworkType(module);
     this.decrypterType = decrypterType;
     this.codeCompilerMethodCallRestorer = new CodeCompilerMethodCallRestorer(module);
 }