由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to find the DLL dependency of an EXE file?
相关主题
a simple DLL and EXE questionc++设计一问:如何动态地调用不同的算法的dll ?
问个DLL调用问题Help: any good decompiler for DLL
求助个dll调用的问题要写 Visual C 下的 DLL 东西
如何提取一个executable的所有dependency?Question about COM
Re: 一个DLL的问题一个非常有难度的问题
linker problem in VC为什么我的visual C++ 找不到 "Stdafx.h" ?
[土问]c# project里面加c++ project出错请教:how to call a COM object in a stored procedure? (转载)
how to resolve this problem?how to link DLL staticly in visual c# ?
相关话题的讨论汇总
话题: dll话题: exe话题: dependency话题: file话题: find
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 740
1
Hi. Do you guys know how can I find all the DLL file names being used by an
EXE within a visual c++ program? I know there's a tool called Dependency
Walker can do this but I need the source codes or knowing how to do it.
Thanks very much!!
o**o
发帖数: 3964
2
many years ago i used a little tool called "exescope", which
can view&change resource, including checking dlls. don't know
if it's still there yet
1 (共1页)
进入Programming版参与讨论
相关主题
how to link DLL staticly in visual c# ?Re: 一个DLL的问题
In Vista, failed to start because its side-by-side configur (转载)linker problem in VC
从DLL上看,能不能知道是哪个编译器编译出来的么[土问]c# project里面加c++ project出错
一个面试题how to resolve this problem?
a simple DLL and EXE questionc++设计一问:如何动态地调用不同的算法的dll ?
问个DLL调用问题Help: any good decompiler for DLL
求助个dll调用的问题要写 Visual C 下的 DLL 东西
如何提取一个executable的所有dependency?Question about COM
相关话题的讨论汇总
话题: dll话题: exe话题: dependency话题: file话题: find