Dependency walker 대체버젼 - 하위DLL호출관계와 파일 존재여부 체크
medium.com/oldbeedev/alternative-to-dependency-walker-51ca61189ef
Alternative to Dependency Walker
오래전 일이지만, VC++ 함수를 export할 때 extern “C”를 안해서 name mangling 문제로 “entry point not found” 에러를 겪은 적이 있습니다. MFC로 UI를 개발하고 인스톨본을 만들어 배포할 때도 …
medium.com
Dependency walker가 C#이나 최신 프로그램에서 제대로 분석(?)을 안해줘서 찾다보니
2006년이후로 개발중지라서 현재(2020) 프로그램들은 분석이 안된다고 합니다.
*. 다른 프로그램 - other alternatives of dependency-walker(deprecated since 2006)
www.raymond.cc/blog/check-what-dll-or-ocx-dependency-files-is-needed-for-a-software/
5 Tools to Check Dependency Files Needed by Application • Raymond.CC
You can usually fix the error message that a program won't start because a DLL file is missing by just searching for the file and placing it in System32 or the program's folder. To get a more complete list of exactly what the file or program requires to ru
www.raymond.cc