楼上说了。.Net有自带的反编译工具。

解决方案 »

  1.   

    这不算返编译吧,它只是例出了一个类库罢了如:
    ___[MOD] C:\Inetpub\wwwroot\testxml\bin\testxml.dll
       |      M A N I F E S T
       |___[NSP] testxml
       |   |___[CLS] Global
       |   |   |     .class public auto ansi 
       |   |   |      extends [System.Web]System.Web.HttpApplication 
       |   |   |___[FLD] components : private class [System]System.ComponentModel.IContainer
       |   |   |___[MET] .ctor : void()
       |   |   |___[MET] Application_AuthenticateRequest : void(object,class [mscorlib]System.EventArgs)
       |   |   |___[MET] Application_BeginRequest : void(object,class [mscorlib]System.EventArgs)
       |   |   |___[MET] Application_End : void(object,class [mscorlib]System.EventArgs)
       |   |   |___[MET] Application_Error : void(object,class [mscorlib]System.EventArgs)
       |   |   |___[MET] Application_Start : void(object,class [mscorlib]System.EventArgs)
       |   |   |___[MET] InitializeComponent : void()
       |   |   |___[MET] Session_End : void(object,class [mscorlib]System.EventArgs)
       |   |   |___[MET] Session_Start : void(object,class [mscorlib]System.EventArgs)
       |   |
       |   |___[CLS] WebForm1
       |   |   |     .class public auto ansi 
       |   |   |      extends [System.Web]System.Web.UI.Page 
       |   |   |___[MET] .ctor : void()
       |   |   |___[MET] InitializeComponent : void()
       |   |   |___[MET] Page_Init : void(object,class [mscorlib]System.EventArgs)
       |   |   |___[MET] Page_Load : void(object,class [mscorlib]System.EventArgs)
       |   |
       |
      

  2.   

    http://www.remotesoft.com/salamander/obfuscator/try.html给你一个URL,你可以随便编译DLL了。哈哈
      

  3.   

    有这种准确的反编译工具吗?
    有的话能不能发给我啊(谢谢先)
    me:
    [email protected]
      

  4.   

    to:eagle_hb(亚瑟)
    偶不会用:( 郁闷