decompile assembly to source code

  • Thread starter Thread starter Jeremy Chapman
  • Start date Start date
J

Jeremy Chapman

For the last two years we've been using an internally built web site. Over
this time, we've had several people in charge of the project, all of whome
have left. Unfortunately the group that developed the project originally
wasn't part of the core development group and lacked certain practices such
as version control. As a result now we want to make a small change and have
no source code. Using reflector I can view the source of the assemblies,
but I'd like the ability to save the entire assemblies source code to a file
(or series of files), Is there a utility that can do this?
 
Thanks. I just happened on another one a few minutes ago. What luck.
Reflector.FileDisassembler which is a plugin for Reflector. It's good to
so I can't justify bying a commercial one when there's a worthy free one.
 
Back
Top