7
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Windows】exeやdllの依存関係を調べるツール「Dependency Walker」

Posted at

概要

Windowsで開発を行っているときに、
dllを使おうと思ったんだけど、
そのdllがまた他のdllと依存関係を持っていたようで、
動作しなかったときの便利なツール。

ダウンロードサイト

Dependency Walker 2.2

参考URL

Visual C++ アプリケーションの依存関係の理解
実行プログラムやライブラリ(DLLファイル)の依存関係を確認するには?
Dependency Walkerで実行ファイルの依存ファイルを調べる

7
11
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?