|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
decompile assembly to source codeFor 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?
http://www.junglecreatures.com/DesktopDefault.aspx?tabindex=2&tabid=3
--
Show quote
HTH, Kevin Spencer Microsoft MVP Professional Chicken Salad Alchemist I recycle. I send everything back to the planet it came from. "Jeremy Chapman" <please@Idontlikespam> wrote in message
news:%23bYUcoYkGHA.1276@TK2MSFTNGP03.phx.gbl... > 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. Show quote "Jeremy Chapman" <please@Idontlikespam> wrote in message news:%23bYUcoYkGHA.1276@TK2MSFTNGP03.phx.gbl... > 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? > > > |
|||||||||||||||||||||||