首页 > 其他 > 详细

Analyze Program Runtime Stack

时间:2014-01-28 21:33:14      阅读:431      评论:0      收藏:0      [点我收藏+]

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.

    bubuko.com,布布扣

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

  bubuko.com,布布扣

  • view threads runtime status.

  bubuko.com,布布扣

  • view stack of the thread.

  bubuko.com,布布扣

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

  bubuko.com,布布扣

  • view kernel memory

  bubuko.com,布布扣

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

Analyze Program Runtime Stack

原文:http://www.cnblogs.com/iclk/p/3535723.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!