Saturday 22 August 2015

Decompile a .NET EXE with inbuild Microsoft tools ildasm.exe

ildasm.exe is used to view IL of any dll or any executable file developed in .net.
You can navigate to the opned DLL structure in this tool and, Double-click on class members to see the IL.
Use File > Dump to export IL to a file.

How to open the ILDASM.exe?


Go to run and type
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\ildasm.exe