Use IL Disassembler. It comes with VSSdk by default and can be found in (generally)
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\ildasm.exe
In the Visual Studio prompt, type ildasm and it will open. Then from the File menu, select Open menu or Press (Ctrl +O). From there we can open any PE files like exe,dlls, mod,mdl etc.
Some articles like
a) http://www.art0.org/reversing/introducing-the-ildasm-exe-tool-for-disassembling-net-executables-and-dlls
b) http://www.4guysfromrolla.com/articles/080404-1.aspx
may help u to understand about the tool.
Some 3rd party tools
a) Dot net reflector by RedGate ( http://www.reflector.net/ )
b) ILSpy ( http://wiki.sharpdevelop.net/ILSpy.ashx )
c) Dotnet IL Editor ( http://sourceforge.net/projects/dile/ )
Hope this helps
Thanks
Best Regards,
Niladri Biswas
Santosh4u, if this helps please login to Mark As Answer. | Alert Moderator