tags:

views:

206

answers:

4

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.

+7  A: 

IDLASM is your friend. But Reflector is a soulmate

Preet Sangha
+8  A: 

Check out Reflector.

Frederik Gheysels
+4  A: 

RedGate has a very good tool and it's free: .NET Reflector

Or you could use MS's ILDAsm (also free)

Miky Dinescu
+1  A: 

With Reflector check the file disassembler plugin too if you want to extract source.

Quibblesome
+1 for suggesting file disassembler
Ngu Soon Hui