• <td id="ae6ms"><li id="ae6ms"></li></td>
  • <xmp id="ae6ms"><td id="ae6ms"></td><table id="ae6ms"></table>
  • <table id="ae6ms"></table>
  • <td id="ae6ms"></td>
    <td id="ae6ms"></td>
  • <table id="ae6ms"></table><table id="ae6ms"><td id="ae6ms"></td></table>
  • <td id="ae6ms"></td>
  • <table id="ae6ms"><li id="ae6ms"></li></table>
  • <table id="ae6ms"></table>
    西西軟件園多重安全檢測下載網站、值得信賴的軟件下載站!
    西西首頁 常用軟件 軟件下載 安卓軟件 游戲下載 安卓游戲 MAC應用 驅動下載 安卓電視
    系統工具網絡工具媒體工具圖形圖像聊天工具應用軟件編程開發手機軟件安卓應用電腦安全字體素材

    .NET平臺反編譯工具(Dotnet IL Editor)

    V2.10 綠色版
    • .NET平臺反編譯工具(Dotnet IL Editor)V2.10 綠色版
    • 軟件大小:1021KB
    • 更新時間:2013-05-22 13:44
    • 軟件語言:英文
    • 軟件廠商:
    • 軟件類別:國外軟件 / 免費軟件 / 反編譯(譯逆工程)
    • 軟件等級:4級
    • 應用平臺:WinXP
    • 官方網站:暫無
    好評:50%
    壞評:50%

    本類精品

    裝機必備軟件

    軟件介紹

    Dotnet IL Editor是一款.NET平臺反編譯工具,可以反編譯.NET程序集文件為IL代碼,并且可以執行,調試反編譯后生成的IL代碼。它的設計出發點比較直觀,新建一個項目,添加程序集文件,設置斷點(F9),然后就可以調試反編譯后的程序集文件,Step Into,Step Out均可,以此原理,可以找到系統的瓶頸代碼,也可以深入的學習MSIL微軟中間語言。

    調試IL代碼:

    IL Editor的調試功能是它的亮點之一,可以在打開的IL代碼中直接設置斷點(F9, Toogle breakpoint),然后點擊工具欄中的Run,啟動調試。調試程序的幾個要點,看堆棧Stack, 看變量值Watch,IL Editor都可以做到。

    IL堆棧窗口

    IL參數窗口,可顯示當前被調用的方法的傳入參數

    IL Watch窗口

    表達式可以支持自定義的表達式,這個功能與VS中的即時窗口類似,輸入表量或表達式,右邊計算出結果。

    IL Editor的作者列舉出了一些經過測試,演示的表達式代碼,他們是

    5 * -6
    1 + 2 * 3 - 10 / 5 * 5
    (1 + 2 * 3 - 10 / 5 * 5).ToString()
    (-5).ToString()
    new object() + "a"
    "abc".Length.ToString()
    System.Type.GetType("System.String").GUID.ToByteArray()
    TestApplication.DebugTest.CreateOperatorTest4("op1") | true
    TestApplication.DebugTest.ParamsTest2()
    TestApplication.DebugTest.ParamsTest2(5, 6)
    System.String.Format("{0}{1}{2}{3}{4}", "a", "b", "c", "d", "e")
    new object[] {4, "a", 5}
    ((System.Exception){exception}).Message
    TestApplication.GenericClass<int, System.DateTime>.StaticMethod<string>("test")
    new TestApplication.TestClass<int, string>[] {new TestApplication.TestClass<int, string>(1, "one")}
    TestApplication.GenericClass<int, string>.NestedGenericClass<System.Type>.StaticMixedMethod<System.DateTime>(System.DateTime.Now, 5, null)

    是的,你可以直接在窗口中輸入,IL會對表達式求值,返回結果顯示到右邊。

    最后看到執行結果

    控制上顯示輸出值,與在VS中調試C#源代碼的體驗完全相同。

    學習IL指令集

    IL Editor的作者肯定想到IL語言不容易記住和熟悉,當你在IL Editor中移動鼠標時,隨著鼠標當前行顯示的IL代碼的不同,在IL Instructions窗口中,會及時的顯示它的方法注釋,并顯示MSDN地址,可以直接點擊進入該IL方法的文檔。

    設計的非常貼心周到。

    Click here直接挑到MSDN網頁中。

    http://msdn.microsoft.com/en-us/library/system.reflection.emit.opcodes.Nop.aspx

    對于我們習慣的語言來說,還沒有看到有相關的設置,可以用來設置跳轉到中文版的MSDN上。

    命令行調用

    IL Editor支持命令行方式的調用,命令行的參數列表如下所示

    dile [/p "Project name"] [/a "assembly path"] [/l "project name.dileproj"]

        /p    Optional. When DILE is loaded, a new project will be created with the given name. 
        /a    Optional, can be repeated. When DILE is loaded, a new project will be created and the given assemblies will be added to it. 
        /l    Optional. DILE will load the given dileproj file. If this parameter is given then /p and /a will be ignored. If a parameter is followed by a name/path which contains spaces then it should be written between quotes

    創建一個Test project的項目 
    dile /p "Test project"

    創建一個Test project的項目,并給它添加程序集

    dile /p "Test project" /a TestAssembly.exe

    創建一個新項目,并從兩個不同的地方加載程序集

    dile /a TestAssembly.exe /a "c:\assemblies\My test.dll"

    加載一個現有的項目

    dile /l TestProject.dileproj

    軟件標簽: .NET反編譯

    軟件截圖

    .NET平臺反編譯工具(Dotnet IL Editor) V2.10 綠色版

      熱門評論

      最新評論

      發表評論 查看所有評論(0)

      昵稱:
      表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
      字數: 0/500 (您的評論需要經過審核才能顯示)

      下載幫助下載幫助西西破解版軟件均來自互聯網, 如有侵犯您的版權, 請與我們聯系。

      TOP
      軟件下載
      女人让男人桶30分钟免费视频,女人张开腿让男人桶个爽,一进一出又大又粗爽视频
    • <td id="ae6ms"><li id="ae6ms"></li></td>
    • <xmp id="ae6ms"><td id="ae6ms"></td><table id="ae6ms"></table>
    • <table id="ae6ms"></table>
    • <td id="ae6ms"></td>
      <td id="ae6ms"></td>
    • <table id="ae6ms"></table><table id="ae6ms"><td id="ae6ms"></td></table>
    • <td id="ae6ms"></td>
    • <table id="ae6ms"><li id="ae6ms"></li></table>
    • <table id="ae6ms"></table>