C# – How to get source code of a Windows executable

cexecutablevb.netvisual studio

I've got some old Windows executable files. How can I edit them with Visual Studio 2010? What are the ways to see an exe's source code?

Best Answer

You can't get the C++ source from an exe, and you can only get some version of the C# source via reflection.