本帖最后由 Dlan 于 2015-1-5 16:45 编辑
[C#] 纯文本查看 复制代码 private void btnReg_Click(object sender, RoutedEventArgs e)
{
this.lblResult.Content = new DynamicCompilation().DynamicCompile(new string[] { Resources.source }, "CrackMe_DoNet.UI.PreventCrack", "InvokeMemberHaveResult", new object[] { ((Assembly) new DynamicCompilation().DynamicCompile(new string[] { Resources.source }, "CrackMe_DoNet.UI.PreventCrack", "GetAssemblyBySource", new object[] { (byte[]) new DynamicCompilation().DynamicCompile(new string[] { Resources.source }, "CrackMe_DoNet.UI.PreventCrack", "Base64ToBytes", new string[] { Resources.Message }) })).GetType("CrackMe_DoNet.PreventCrack.Linchpin").GetMethod("IniCom"), Activator.CreateInstance(((Assembly) new DynamicCompilation().DynamicCompile(new string[] { Resources.source }, "CrackMe_DoNet.UI.PreventCrack", "GetAssemblyBySource", new object[] { (byte[]) new DynamicCompilation().DynamicCompile(new string[] { Resources.source }, "CrackMe_DoNet.UI.PreventCrack", "Base64ToBytes", new string[] { Resources.Message }) })).GetType("CrackMe_DoNet.PreventCrack.Linchpin")), new object[] { this.txtCode.Text.Trim() } });
}
|