ILDASM Tutorial
The ILDasm tool (MSIL Disassembler) is an indispensable tool for most developers. This tool allows the developer to parse any .NET Framework Assembly and generate a human-readable format. It ships with the .Net Framework SDK and it is well worth your time to learn how to use it. To present the information in as compact a form as possible, ILDasm encodes key information about a type or section of the assembly with about 13 different symbols. After you become familiar with these symbols, you will have a much easier time understanding the UI output of ILDasm. Table 5.1 shows a list of the symbols and their meanings along with a small code snippet from C# and IL to illustrate how the data that is represented by the symbol can appear ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access