Analyze Program Runtime Stack

Introduce:

Process Explorer is an advanced process management utility that picks up where Task Manager leaves off. It will show you detailed information about a process including its icon, command-line, full image path, memory statistics, user account, security attributes, and more. When you zoom in on a particular process you can list the DLLs it has loaded or the operating system resource handles it has open. A search capability enables you to track down a process that has a resource opened, such as a file, directory or Registry key, or to view the list of processes that have a DLL loaded.

Download:

http://download.sysinternals.com/files/ProcessExplorer.zip

 

Test:

  • view a process properties, popup a waning dialog, it means dbghelp.dll inappropriate.

    Analyze Program Runtime Stack

  • configure symbols, use dbghelp.dll which Windgb attached.

  Analyze Program Runtime Stack

  • view threads runtime status.

  Analyze Program Runtime Stack

  • view stack of the thread.

  Analyze Program Runtime Stack

  • create a dump file (mini or full) for program.

  Analyze Program Runtime Stack

  • view kernel memory

  Analyze Program Runtime Stack

Summery: Process Explorer is very powerfull tool. Easy use, useful for debug & analyze.

Analyze Program Runtime Stack

上一篇:C#绘制数字图像灰度直方图


下一篇:C# 操作Excel (二)