Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# Decompiler

Status
Not open for further replies.

pmegan

Programmer
Aug 29, 2005
1,186
US
Can anybody recommend a decent C# decompiler? We had a pretty shadey developer quit recently and all the source code he was working on mysteriously disappeared.

Thanks,
Pat
 
You should be using source control and nightly backups of your repository to prevent this from happening in the future. Good ones are SourceGear Vault (looks just like MS Visual Source Safe, but doesn't corrupt it's repository nightly) and Subversion (free!).

See:
for some reviews of decompilers.

Chip H.


____________________________________________________________________
Donate to Katrina relief:
If you want to get the best response to a question, please read FAQ222-2244 first
 
Thanks for the link Chip.

We have everything in source safe, but he was here before the programming dept really took shape so had his own copy of it running on a remote server. We found out after he left that he was throwing old non-functional copies onto the live server.

Pat
 
Google for 'Lutz Roeder'.

He has a cool introspection tool on his site called the .NET Reflector which I use quite a lot. It will disassemble the code into a number of .NET languages. I have heard there are add-ins which will write the code out to source files, but I haven't had need to try this so I can't comment on how good it is.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top