ILDASM is a tool in which we can see the inner working of the application allowing you to find out where we can optimized our code ILDASM.exe can be open in any one of the portable executable file like, exe(executable file), dll(dynamic link library),.mod(module) , .mdl(memory descriptor list).
The portable executable file contains three main piece of information.
�CIL instruction
�Metadata
�Assembly manifest information
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
ILDASM (INTERMEDIATE LANGUAGE DISASSEMBLER)
ILDASM is a tool in which we can see the inner working of the application allowing you to find out where we can optimized our code ILDASM.exe can be open in any one of the portable executable file like, exe(executable file), dll(dynamic link library),.mod(module) , .mdl(memory descriptor list).
The portable executable file contains three main piece of information.
� CIL instruction
� Metadata
� Assembly manifest information