zoukankan      html  css  js  c++  java
  • 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.

        

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

      

    • view threads runtime status.

      

    • view stack of the thread.

      

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

      

    • view kernel memory

      

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

  • 相关阅读:
    留言板
    文件操作1
    JQUERY与JS的区别
    PHP 练习租房
    PHP 投票练习
    PHP,单项查询及多项查询
    PHP 增删改查 import!!
    PHP 数据访问
    PHP 对象及其三大特性
    正则表达式和数组
  • 原文地址:https://www.cnblogs.com/iclk/p/3535723.html
Copyright © 2011-2022 走看看