FlyTreeView for ASP.NET 4.4.0.15

來源:互聯網
上載者:User

FlyTreeView的外觀俏麗,效能也最為豐富,可謂精雕細琢。

先一睹為快!

破解後 沒有文字浮水印 ,沒有到期無法運行情況 圖片如下:

曾祥展" src="http://images.cnblogs.com/cnblogs_com/zengxiangzhan/WindowsLiveWriter/FlyTreeViewforASP.NET4.4.0.15_F7D3/4_3.gif" width="568" height="518">

 

原版有文字浮水印在左上方上,並且過了期限就不能運行 圖片如下:

曾祥展" border="0" alt="曾祥展" src="http://images.cnblogs.com/cnblogs_com/zengxiangzhan/WindowsLiveWriter/FlyTreeViewforASP.NET4.4.0.15_F7D3/1_3.gif" width="542" height="483">

到期後無法運行:

曾祥展" border="0" alt="曾祥展" src="http://images.cnblogs.com/cnblogs_com/zengxiangzhan/WindowsLiveWriter/FlyTreeViewforASP.NET4.4.0.15_F7D3/2_3.gif" width="542" height="432"> 

過程手記:

開啟--vs2008 程式-Microsoft Windows SDK v6.0A—Tools--IL 反組譯工具

把所用的dll產生.il檔案

開啟il檔案 k掉

836 - 846.publickey = (00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00   // .$..............00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00   // .$..RSA1........EB FD B1 7F 49 35 9E C0 95 39 EE 11 CD D2 30 A3   // ....I5...9....0.72 D3 A0 72 DD 10 42 86 EA 59 60 AB 5F C4 3F 7F   // r..r..B..Y`._.?.09 A7 6C 5E FA D0 54 FF B9 B7 12 C6 13 DD 6D C3   // ..l^..T.......m.D3 5B E4 90 76 EC CC 92 CD B0 7E 9B 22 A5 A4 71   // .[..v.....~."..qD0 EA 1A EE 0D 6B BE 82 55 D6 7E B2 7F B1 32 DB   // .....k..U.~...2.50 5B F7 50 07 19 91 59 22 BF FB 82 A9 0B F7 DE   // P[.P...Y".......87 36 F9 6C 19 CA D9 63 55 63 78 44 C6 33 6C 55   // .6.l...cUcxD.3lU39 00 7B 0A 89 8E C2 C5 8E 4A 52 C2 8E 23 37 B3 ) // 9.{......JR..#7..hash algorithm 0x0000800412134---12169IL_0011:  ldsfld     valuetype [mscorlib]System.DateTime [mscorlib]System.DateTime::MaxValueIL_0016:  stloc.0.try{IL_0017:  ldarg.0IL_0018:  call       instance class [mscorlib]System.Type [mscorlib]System.Object::GetType()IL_001d:  callvirt   instance class [mscorlib]System.Reflection.Assembly [mscorlib]System.Type::get_Assembly()IL_0022:  callvirt   instance string [mscorlib]System.Reflection.Assembly::get_Location()IL_0027:  stloc.1IL_0028:  ldloc.1IL_0029:  call       valuetype [mscorlib]System.DateTime [mscorlib]System.IO.File::GetLastWriteTime(string)IL_002e:  stloc.0IL_002f:  leave.s    IL_0034}  // end.trycatch [mscorlib]System.Object{IL_0031:  popIL_0032:  leave.s    IL_0034}  // end handlerIL_0034:  ldloc.0IL_0035:  call       valuetype [mscorlib]System.DateTime [mscorlib]System.DateTime::get_Now()IL_003a:  stloc.2IL_003b:  ldloca.s   V_2IL_003d:  ldc.r8     -45.IL_0046:  call       instance valuetype [mscorlib]System.DateTime [mscorlib]System.DateTime::AddDays(float64)IL_004b:  call       bool [mscorlib]System.DateTime::op_LessThan(valuetype [mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime)IL_0050:  brfalse.s  IL_005dIL_0052:  ldstr      "9Rays.Net FlyTreeView for ASP.NET evaluation perio"+ "d has expired."IL_0057:  newobj     instance void [mscorlib]System.Exception::.ctor(string)IL_005c:  throw

文字浮水印 置空:

10332.field private static literal string _trialNotificationHtml = string('<div style=\'color: #f00; font: 11px arial, sans-serif; position: absolute; left:1px; top: 1px; z-index: 1000\'>This page was created with trial version of <ahref=\'http://www.9rays.net/products/TreeView_ASP.NET_2/\' target=\'_blank\' style=\'color: #f00; text-decoration:underline\'>FlyTreeView for ASP.NET</a>.</div>')11652.method family hidebysig virtual instance void Render(class [System.Web]System.Web.UI.HtmlTextWriter writer) cil managed{.maxstack 8L_0000: ldarg.0L_0001: call instance void NineRays.WebControls.FlyTreeView::EnsureFinals()L_0006: ldarg.0L_0007: ldarg.1L_0008: call instance void [System.Web]System.Web.UI.WebControls.WebControl::Render(class[System.Web]System.Web.UI.HtmlTextWriter)L_000d: ldarg.0L_000e: ldarg.1L_000f: call instance void NineRays.WebControls.FlyTreeView::RenderStateLogInput(class[System.Web]System.Web.UI.HtmlTextWriter)L_0014: ldarg.0L_0015: ldfld class NineRays.WebControls.FlyControlCommon`1<class NineRays.WebControls.FlyTreeView>NineRays.WebControls.FlyTreeView::_flyControlCommonL_001a: ldarg.1L_001b: callvirt instance void NineRays.WebControls.FlyControlCommon`1<class NineRays.WebControls.FlyTreeView>::Render(class[System.Web]System.Web.UI.HtmlTextWriter)L_0020: ldarg.0L_0021: call instance bool [System.Web]System.Web.UI.Control::get_DesignMode()L_0026: brtrue.s L_0033L_0028: ldarg.1L_0029: ldstr "<div style=\'color: #f00; font: 11px arial, sans-serif; position: absolute; left: 1px; top: 1px; z-index: 1000\'>This pagewas created with trial version of <a href=\'http://www.9rays.net/products/TreeView_ASP.NET_2/\' target=\'_blank\' style=\'color: #f00;text-decoration: underline\'>FlyTreeView for ASP.NET</a>.</div>"L_002e: callvirt instance void [mscorlib]System.IO.TextWriter::Write(string)L_0033: ret}

 

 

 

重新編譯產生dll:

vs2008環境下 cmd命令(有點像大學時學的彙編命令):

c:

cd C:\Documents and Settings\itd0300166.PLSH166\案頭\tree // 轉到il目錄下

ilasm /dll /resource=aa.res /output:FlyTreeView.dll  aa.il       //產生FlyTreeView.dll  改回原來名稱即可

 更多的命令請參考:http://msdn.microsoft.com/zh-cn/library/496e4ekx(VS.80).aspx

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.