Satyem

Variable Argument Functions

Usually the functions defined in C/C++ take constant number of arguments which are decided while...

Author: Satyendra Mishra [MSFT] Date: 03/11/2013

Thread's Stack

Let’s talk about the thread’s stack today. Each thread has its own user mode and kernel...

Author: Satyendra Mishra [MSFT] Date: 08/13/2012

User Mode program access kernel mode address

What happens when a user mode program access the kernel mode address. The access fault happens,...

Author: Satyendra Mishra [MSFT] Date: 08/13/2012

Network connectivity issues diagnosis step by step - Part II.

In the previous post, we discussed how to make sure if Windows Firewall really dropped incoming...

Author: Satyendra Mishra [MSFT] Date: 12/23/2011

Where is my exception handler code in the function disassembly?

This post discusses how compiler actually stores the exception filters and exception handler in the...

Author: Satyendra Mishra [MSFT] Date: 12/22/2011

Windbg loops around First chance and Second chance exceptions

My program causes an exception and debugger catches it, but the debugger is stuck in loop of first...

Author: Satyendra Mishra [MSFT] Date: 12/22/2011

Network connectivity issues diagnosis step by step - Part I.

Many a time we run into network problems between computers in home, offices, labs etc. which...

Author: Satyendra Mishra [MSFT] Date: 12/21/2011