Are there any Reverse Engineering Tools?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Warren Tang

    Are there any Reverse Engineering Tools?

    Hi everyone

    Are there any Reverse Engineering Tools or Add-ins for .NET?

    Thanks
  • Michel Posseth  [MCP]

    #2
    Re: Are there any Reverse Engineering Tools?

    Have you ever heard of Reflector for .Net ??

    See how APIs, libraries, frameworks, and 3rd party .NET code really work with the leading .NET decompiler - .NET Reflector. Runs as a Visual Studio add-in.




    HTH

    Michel




    "Warren Tang" <warren.c.tang@ gmail.comschree f in bericht
    news:OzxUWuyBJH A.3484@TK2MSFTN GP04.phx.gbl...
    Hi everyone
    >
    Are there any Reverse Engineering Tools or Add-ins for .NET?
    >
    Thanks

    Comment

    • Warren Tang

      #3
      Re: Are there any Reverse Engineering Tools?

      Hi Michael

      Yes, I know it well. But what I need is to generate some UML diagrams -
      mainly class and package diagrams - that can show me the structure of
      the program and the dependences of its components.

      Certainly I don't expect the tool can do all the things for me, but the
      built-in class diagram is far from useful for this kind of task.

      Regards
      Warren

      Michel Posseth [MCP] wrote:
      Have you ever heard of Reflector for .Net ??
      >
      See how APIs, libraries, frameworks, and 3rd party .NET code really work with the leading .NET decompiler - .NET Reflector. Runs as a Visual Studio add-in.

      >
      >
      >
      HTH
      >
      Michel
      >
      >
      >
      >
      "Warren Tang" <warren.c.tang@ gmail.comschree f in bericht
      news:OzxUWuyBJH A.3484@TK2MSFTN GP04.phx.gbl...
      >Hi everyone
      >>
      >Are there any Reverse Engineering Tools or Add-ins for .NET?
      >>
      >Thanks
      >
      >

      Comment

      • Gillard

        #4
        Re: Are there any Reverse Engineering Tools?

        on codeproject.com
        search for diagram
        there is such a tool

        "Warren Tang" <warren.c.tang@ gmail.comwrote in message
        news:#$vvqZ0BJH A.3668@TK2MSFTN GP05.phx.gbl...
        Hi Michael
        >
        Yes, I know it well. But what I need is to generate some UML diagrams -
        mainly class and package diagrams - that can show me the structure of the
        program and the dependences of its components.
        >
        Certainly I don't expect the tool can do all the things for me, but the
        built-in class diagram is far from useful for this kind of task.
        >
        Regards
        Warren
        >
        Michel Posseth [MCP] wrote:
        >Have you ever heard of Reflector for .Net ??
        >>
        >http://www.red-gate.com/products/reflector/
        >>
        >>
        >>
        >HTH
        >>
        >Michel
        >>
        >>
        >>
        >>
        >"Warren Tang" <warren.c.tang@ gmail.comschree f in bericht
        >news:OzxUWuyBJ HA.3484@TK2MSFT NGP04.phx.gbl.. .
        >>Hi everyone
        >>>
        >>Are there any Reverse Engineering Tools or Add-ins for .NET?
        >>>
        >>Thanks
        >>
        >>

        Comment

        • Rad [Visual C# MVP]

          #5
          Re: Are there any Reverse Engineering Tools?

          On Tue, 26 Aug 2008 14:38:54 +0800, Warren Tang wrote:
          Hi Michael
          >
          Yes, I know it well. But what I need is to generate some UML diagrams -
          mainly class and package diagrams - that can show me the structure of
          the program and the dependences of its components.
          >
          Certainly I don't expect the tool can do all the things for me, but the
          built-in class diagram is far from useful for this kind of task.
          >
          Regards
          Warren
          >
          Michel Posseth [MCP] wrote:
          >[22 quoted lines suppressed]
          Check out Patrick Smacchia's NDepend
          --

          Comment

          • Warren Tang

            #6
            Re: Are there any Reverse Engineering Tools?

            Hi Rad

            Seems an amazing tool and I will try it.

            Thank you very much!

            Regards
            Warren

            Rad [Visual C# MVP] wrote:
            On Tue, 26 Aug 2008 14:38:54 +0800, Warren Tang wrote:
            >
            >Hi Michael
            >>
            >Yes, I know it well. But what I need is to generate some UML diagrams -
            >mainly class and package diagrams - that can show me the structure of
            >the program and the dependences of its components.
            >>
            >Certainly I don't expect the tool can do all the things for me, but the
            >built-in class diagram is far from useful for this kind of task.
            >>
            >Regards
            >Warren
            >>
            >Michel Posseth [MCP] wrote:
            >>[22 quoted lines suppressed]
            >
            Check out Patrick Smacchia's NDepend

            Comment

            • Warren Tang

              #7
              Re: Are there any Reverse Engineering Tools?

              Hi Gillard

              I don't intend to draw diagrams. Thanks anyway.

              Regards
              Warren

              Gillard wrote:
              on codeproject.com
              search for diagram
              there is such a tool
              >
              "Warren Tang" <warren.c.tang@ gmail.comwrote in message
              news:#$vvqZ0BJH A.3668@TK2MSFTN GP05.phx.gbl...
              >Hi Michael
              >>
              >Yes, I know it well. But what I need is to generate some UML diagrams
              >- mainly class and package diagrams - that can show me the structure
              >of the program and the dependences of its components.
              >>
              >Certainly I don't expect the tool can do all the things for me, but
              >the built-in class diagram is far from useful for this kind of task.
              >>
              >Regards
              >Warren
              >>
              >Michel Posseth [MCP] wrote:
              >>Have you ever heard of Reflector for .Net ??
              >>>
              >>http://www.red-gate.com/products/reflector/
              >>>
              >>>
              >>>
              >>HTH
              >>>
              >>Michel
              >>>
              >>>
              >>>
              >>>
              >>"Warren Tang" <warren.c.tang@ gmail.comschree f in bericht
              >>news:OzxUWuyB JHA.3484@TK2MSF TNGP04.phx.gbl. ..
              >>>Hi everyone
              >>>>
              >>>Are there any Reverse Engineering Tools or Add-ins for .NET?
              >>>>
              >>>Thanks
              >>>
              >>>

              Comment

              Working...