Answer: ILDASM (
Intermediate Language Disassembler) is installed along with Visual Studio. You can found it inside the Visual Studio SDK Folder.
Version folder name will be depends on your .NET Framework version.
As for Example,
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\
Now With the help of command
ILDASM
we can open it from
Visual Studio Command Prompt.
We can open the ibuilt disassembler provided with framework to check the assembly information.
Modified By :
Moderator 3
|
Alert Moderator