Friday, July 31, 2009

Open Executable (.exe) in Visual Studio?

How can you open an executable in Visual Studio in order to view the code...for example I want to open a program that was written in C# and was built as an "filename.exe" and be able to view the basic code from it.

Open Executable (.exe) in Visual Studio?
run a search for a c# decompiler, bout the only way I'm aware of once the program has been compiled into an executable.
Reply:Thanks, that was exactly what I was looking for. Report It

Reply:You can only look at the IL code with a disassembler.





Here is an example: http://www.csharphelp.com/archives/archi...


No comments:

Post a Comment