Hi all,
I need to decompile a dll file created in VS.net.
Is there any tool available to do this?
Or Can I have some code to do this?
Please help.
Hi all,
I need to decompile a dll file created in VS.net.
Is there any tool available to do this?
Or Can I have some code to do this?
Please help.
RedGate has a very good tool and it's free: .NET Reflector
Or you could use MS's ILDAsm (also free)
With Reflector check the file disassembler plugin too if you want to extract source.