[WinDbg/CDB] 不明なシンボル名をワイルドカードで検索する

例) USER32 モジュールにある(はず)の GetDC という文字がつく関数を探す

0:000> x user32!*getdc*
77d053c3 USER32!xxxBNGetDC = <no type information>
77d0c595 USER32!NtUserGetDCEx = <no type information>
77cf86c7 USER32!NtUserGetDC = <no type information>
77d1cfd9 USER32!LBGetDC = <no type information>

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です