WinDBG Commands
Regular commands : k
Meta command or Dot commands: .cls, .reload .time
Extension Commands: !analyze !locks !teb !peb
Some important commands
!analyze -v : Analyze Exception.
!analyze -hang -v : Analyze Hanging
!gle : Get Last Error
.lastevent : Get Last Exception Event
!sym noisy: While loading symbols display error information.
K: Display call stack
ld*: Load all modules
!for_each_frame: Display call stack Frame number.
.frame N : set “N” Frame as context
.reload /f /v /I : load all modules forcefully with verbose
!teb : Thread Environment Block.
!peb: Process Enviournment block
dt nt!_TEB : full Thread Enviournment Block
~ : Display all thread info
|| : Display Process Info
.sympath: load symbols from server
!handle: Display handle info
Useful WinDbg Commands
Comments
Post a Comment