十干者属什么版三字经:.dll如何修改 急急

来源:百度文库 编辑:中科新闻网 时间:2024/05/15 04:55:28
我在网上找了程序,但有限制我看了一下问题出在一个DLL文件上
我用reflector 看到了跳转的那个网址,我想应该就是修改这里的,但程序没法修改,有什么办法,这个对我真的很重要,希望大家帮帮忙

找到这个东西依次打开
Socut
CCopyright
Derived Types
CopyRight(): String 这个就是那个列表名字

public string CopyRight()
{
string text1 = "1.66";
string text2 = null;
string text3 = null;
string text4 = HttpContext.Current.Request.Url.Host.ToUpper();
int num1 = Convert.ToInt32(this.SysCode.Split(new char[] { ',' })[0]);
string text5 = "ShaoHongPo";
if (num1 == 0)
{
text3 = "(\u514d\u8d39\u7248)";
if (this.DataLink.ToUpper().IndexOf(";SERVER=") == -1)
{
text2 = "Access";
}
else if (text4 != "LOCALHOST")
{
text2 = "Access";
}
}
else
{
text3 = "(\u5546\u4e1a\u7248)";
if (this.DataLink.ToUpper().IndexOf(";SERVER=") == -1)
{
text2 = "Access";
}
else
{
text2 = "SQL";
}
if (text4 != "LOCALHOST")
{
string text6 = "ShaoHongPo";
string text7 = "ShaoHongPo";
for (int num2 = 1; num2 <= 2; num2++)
{
if (num2 == 2)
{
text6 = "ShaoHongPo";
text7 = "ShaoHongPo";
}
}
if ((text6 == text5) && (text7 == text5))
{
HttpContext.Current.Response.Write("<meta http-equiv=refresh content=0;URL='http://www.china.com'><script>alert('\u6211\u53ef\u4ee5\u628a\u8fd9\u4e2a\u7ed9\u53bb\u6389\uff01^V^')</script>");
}
}
}
string text8 = text2 + "<br>\u90b5\u7ea2\u5761" + text3;
return ("Powered by " + text8 + " Class " + text1);
}
在网上有的说可以的啊,各位谁知道的帮帮忙啊

无法修改。
*.dll文件是经过封装的,不能反编译