タグ

WindowsとWinDbgに関するgigs123のブックマーク (3)

  • Welcome to WinDbg.info

    CrashMe is a simple application that implements several common debug situations and scenarios. As such it is a great help for both; your first steps with WinDbg or if you ever need to reproduce a particular crash within a test environment. Take a look at the screen-shot bellow or simply download it to get a hint of what we are talking about. Note: If you have an interesting situation that CrashMe

  • サービス終了のお知らせ

    サービス終了のお知らせ いつもYahoo! JAPANのサービスをご利用いただき誠にありがとうございます。 お客様がアクセスされたサービスは日までにサービスを終了いたしました。 今後ともYahoo! JAPANのサービスをご愛顧くださいますよう、よろしくお願いいたします。

  • WinDbg コマンドメモ - やや温め納豆

    WinDbgはカーネルデバッグができるので欠かせないのだが、なにぶん情報が少ない。特にヘルプがwebベースになっていないのでなかなか大変。とりあえず、使った分だけメモしておくけど、構文とかはヘルプファイルを見てくださいな。 #08/05/10追記 MSDNにありました(Debugging Tools for Windows Introduction)。コマンドリファレンスはDebugger Commandsを参照。 x (Examine Symbols) シンボルの名前とアドレスを確認できる。ワイルドカードが利用できるので>x *!*とするとすべてのシンボルを表示することができる。 lm (List Loaded Modules) ロードされているモジュールを列挙する。>lm lとするとシンボルの読み込み状態が確認できる。>lm { k|u }とすると、カーネルもしくはユーザモードのモジュ

    WinDbg コマンドメモ - やや温め納豆
  • 1