|
I have the trial version i am able to chose an exe to debug, but i want to create a project from the .exe is it possible |
|
The standalone version of Reflector supports exporting the source code and project file using the "Export Assembly Source Code" context menu item on an assembly in the assembly list. You will probably need to do some editing on the resulting output to get it to compile, and to split the code for items such as windows forms into design and implementation files. |