2009年6月1日 星期一

.Net Reflector

有時候我們承接別人遺留下來的專案,看到密密麻麻的程式,心裡難免會罵一聲暗,如果程式只是一個執行檔(exe)又沒有source code,那絕對會想殺人,這裡介紹一個工具Red Gate's .NET Reflector,這個工具可以檢視.Net所撰寫的組件(dll)或執行檔(exe)的內容,首先底下是source code
using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1 {
 class Program {
  static void Main(string[] args) {
   Console.Write("Hello World!");
  }
 }
}
這是一個簡易的主控台應用程式專案,專案輸出類型為類別庫(dll),接下來我們會利用Red Gate's .NET Reflector工具檢梘dll檔案的內容





希望對大家有些幫助

沒有留言:

張貼留言