.NET破解之轻量万能自定义信息管理系统

一般敢说万能的莫非真有两把刷子。今天来破解试试,看效果好用不。

下载http://down.chinaz.com/soft/36780.htm

补丁: http://www.t00y.com/file/109208900【轻量万能自定义信息管理系统 7.1.028 补丁程序(去掉关于窗口).rar】

使用:将补丁程序【WNExcel-破解版.exe】拷入安装目录下运行,在点击"授权",输入任意字符,即可破解为正式版。

下面是主界面

破解:直接替换PamtdVwBi方法源代码

//添加引用
using Com.SAgent;
using Com.Server.AppCode.Common.SercurityLib;
using Com.Server.AppCode.Common;
using System.Windows.Forms;
using Com.DataScript.Properties;


//替换
//string sAAuthorCode = this.txtAuthor.Text.Replace(" ", "").Trim();
string sAAuthorCode = AuthorCode.GetCode(this.txtFlag.Text, "2").Trim();


//问题
base.DialogResult = DialogResult.OK;
base.Close();

  

这两句替换报错,手动添加IL代码即可。

原文地址:https://www.cnblogs.com/liweis/p/4650835.html