지식/꿀 Tip
Tip) DLL 종속성 확인하는 방법 ( Window 10 )
테샤르
2024. 12. 24. 18:22
DLL 종속성 확인하는 방법 ( Window 10 )
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. - lucasg/Dependencies
github.com
반응형
DLL 의 종속성을 확인할 수 있는 실행 파일이다.
기존의 사용하는 Viusal Studio같은 IDE로는 DLL의 구조를 파악하기 어렵다.
< Visual Studio 에서 DLL 확인 >
< DLL 확인하기>
해당 DLL을 GUI.exe를 통해서 확인하면 다음과 같다.
★★★☆☆
반응형