Welcome to MSDN Blogs Sign in | Join | Help

February 2007 - Posts

NTSD and SOS basics

I wanted to take a very simple console application and use ntsd with SOS to debug it. The example demonstrated very simple operations as setting a break point, viewing the managed stack, stack variables, object instance etc. We can go deeper into some

MDBG ver 2.1 released

I was talking with Mithun about ntsd-SOS just recently. He was trying to convince me to use mdbg instead. He demonstrated a few samples which were cool things you could do from mdbg. You can find more information at http://blogs.msdn.com/mithuns/archive/2006/11/22/mdbg-ver-2-1-released.asp

Using ILASM and ILDASM

I wanted to write another small sample to demonstrate how you can use ilasm to modify a compiled assembly. The sample is very simple, but demonstrates the concept well. Let us take App.cs which contains the following code: using System; public class sample
 
Page view tracker