C# Decompiler
-
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
-
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
-
I tried using that, but it doesn't give me the option to extract the class the create a new project.
-
I tried using that, but it doesn't give me the option to extract the class the create a new project.