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]

# 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 >
