윈도우즈에서 실행에 필요한 dll 찾을 때 dependency walker 라는 프로그램을 사용했었다.
https://www.dependencywalker.com/
Dependency Walker (depends.exe) Home Page
Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that modul
www.dependencywalker.com
여전히 실행은 되지만 지원하는 OS가 윈도우즈 8 까지 밖에 없어서 찜찜했다.
https://github.com/lucasg/Dependencies
GitHub - lucasg/Dependencies: A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues. - GitHub - lucasg/Dependencies: A rewrite of the old legacy softwar...
github.com
검색해보니 Dependencies 라고 Dependency Walker 를 재작성해서 최신화한 프로젝트가 있었다. Dependency Walker 에 비하면 용량이 크긴 하지만 기능은 동일한 최신 프로그램이라 안심이 된다.