public AssemblyResolver(ModuleDefMD module, DecrypterType decrypterType) { this.module = module; frameworkType = DotNetUtils.GetFrameworkType(module); this.decrypterType = decrypterType; codeCompilerMethodCallRestorer = new CodeCompilerMethodCallRestorer(module); }
public AssemblyResolver(ModuleDefinition module, DecrypterType decrypterType) { this.module = module; this.frameworkType = DotNetUtils.getFrameworkType(module); this.decrypterType = decrypterType; this.codeCompilerMethodCallRestorer = new CodeCompilerMethodCallRestorer(module); }