Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションのインストール パスを windbg から見つけるにはどうすればよいですか?
考えてみてください、私はダンプを取得しました。windbg を使用して、ダンプからそのアプリケーションのインストール パスを知る必要があります。
入力lmvm myAppすると、アプリに関連する多くのものが表示されます。必要なものは Image Path です。
lmvm myApp
出力
.... Image path: C:\AppPath\myApp.exe ....