Wednesday, June 3, 2009

.NET Debugging: IL Disassembler

Learned a helpful new debugging and troubleshooting tool today with the .NET Framework IL Disassembler. The simple application shows classes and even method signatures inside a compiled DLL.

This article goes further into understanding the various intermediate language operations as well as advanced switches.

No comments: