Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. C# Decompiler

C# Decompiler

Scheduled Pinned Locked Moved C#
questioncsharp
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Eddymvp
    wrote on last edited by
    #1

    How can I decompile a C# executible file and see the source code?

    C 1 Reply Last reply
    0
    • E Eddymvp

      How can I decompile a C# executible file and see the source code?

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Eddymvp wrote:

      How can I decompile a C# executible file and see the source code?

      With Lutz Roeder's Reflector[^] NOTE: This will NOT give you the original source code. The compiler will make various optimisations to the code when it compiles it so the code that Reflector produces will be functionally equivalent but not the original.


      Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos

      E 1 Reply Last reply
      0
      • C Colin Angus Mackay

        Eddymvp wrote:

        How can I decompile a C# executible file and see the source code?

        With Lutz Roeder's Reflector[^] NOTE: This will NOT give you the original source code. The compiler will make various optimisations to the code when it compiles it so the code that Reflector produces will be functionally equivalent but not the original.


        Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos

        E Offline
        E Offline
        Eddymvp
        wrote on last edited by
        #3

        I tried using that, but it doesn't give me the option to extract the class the create a new project.

        G E 2 Replies Last reply
        0
        • E Eddymvp

          I tried using that, but it doesn't give me the option to extract the class the create a new project.

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          Well... you didn't ask for that. Do you really need a program to do that for you? You can just copy the code and paste it into a project that you create yourself.

          --- single minded; short sighted; long gone;

          1 Reply Last reply
          0
          • E Eddymvp

            I tried using that, but it doesn't give me the option to extract the class the create a new project.

            E Offline
            E Offline
            Ed Poore
            wrote on last edited by
            #5

            There are addins for that, look for FileDisassembler.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups