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.

  • 相关阅读:
    orm添加表记录
    创建多表模型
    包的使用
    日志写法
    os模块,是通过和操作系统交互进行操作
    sys python解释器做交互
    软件开发规范
    模块 time模块 datatime模块 random模块
    装饰器
    装饰器进阶
  • 原文地址:https://www.cnblogs.com/iclk/p/3535723.html
Copyright © 2011-2022 走看看