Min Kwan Park's bLog

ILDasm is your good friend...

Some times, you get frustrated because your code doesn't work when it calls methods from other people such as framework. also you don't have source code of the methods. so, even with the reference, it is not easy to understand what is wrong. Well then, open the assembly and look into the IL code with ILDasm.

If you have little knowledge of x86 assembly code, you probably can recognize the similarity in IL code. so, you will be able to understand what could be cause of your problem.

Published Friday, January 30, 2004 3:28 AM by mkpark
Filed under:

Comments

 

Thomas Tomiczek said:

::ILDasm is your good friend...

Yeah, and reflector is your lover.

I regularly look into the methods, but I would really never dreal of using ILDASM.

Reflector is MUCH better - look at the code in VB.NET, C#, Delphis OR assembler.
January 30, 2004 4:21 AM
 

Christophe Lauer said:

+1. Agreed!

Reflector and Anakrino are both capable of showing you very readable source code in C#, VB.NET, C++ or even Delphi. This is a "must have" tool when you want to understand how a given class of the BCL works...
January 30, 2004 6:25 AM
 

Woo Seok Seo said:

Yes! I love reflector.
January 30, 2004 6:27 PM
Anonymous comments are disabled

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker