Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Decompiling question

I want to know how to decompile a dot net assembly. I developed a program and then missed its source code. Now I have some .dll files and the main Executable file. I know something about ildasm.exe. Is it the main tool I should use or is there some other way to get aorund the problem.
[285 byte] By [NabeeL] at [2007-11-11 8:16:17]
# 1 Re: Decompiling question
Try Reflector: http://www.aisto.com/roeder/dotnet/
Phil Weber at 2007-11-11 21:47:49 >
# 2 Re: Decompiling question
Yep, reflector is the way to go. And to make it even easier for yourself, try the file disassembler add in for reflector: http://www.denisbauer.com/NETTools/FileDisassembler.aspx

Using that add in, you can dump an entire assembly to source files.

Kent
kentcb at 2007-11-11 21:48:49 >
# 3 Re: Decompiling question
Thanx for help
NabeeL at 2007-11-11 21:49:54 >