WinDBG Introduction

  1. download from MS: http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
  2. Windbg support kernel mode and user mode debug, here is some basic information in user mode
  3. tips
    1. command prompt: [system num]:[process num]:[thread num]>
  4. some usefull commands:
    1. .hh
    2. ENTER   the last command
    3. $$ / * comments
    4. ? expression
    5. ?? c++ expression
    6. # search for disassemblly pattern
    7. ||  system information
    8. |   process information,  | s set the current process
    9. ~  list all the thread
    10. $$<  run the windbg script
    11. .cls  clear the command window
    12. .dump /ma dumpfile.dmp
    13. !analyze -v
    14. kb  call stack
    15. kp  stack
    16. bp  break point
    17. lm  show loaded modules
    18. !locks
    19. !handles
    20. !memusage   physical memery usage
    21. !vm  virtual memery usage
    22. !process  process information
    23. ba, bc, bd, be, bl, bp, bu, bm, br, bs, bsc   break point related
    24. !dlls    show the entry of the dll
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值