查找 exe 是否动态链接(windows) [英] finding whether an exe is dynamically linked (windows)

查看:33
本文介绍了查找 exe 是否动态链接(windows)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在windows中查看exe是动态链接还是静态链接?

How to find whether an exe is dynamically linked or statically linked in windows?

推荐答案

所有 Windows 应用程序都动态链接到 Windows API.如果您需要确定特定的非 Windows 库(如 libxml 或类似库)是如何链接的,Visual Studio 包含一个名为 DEPENDS.EXE 的程序,它将显示一个 exe 所链接的所有 DLL.如果有问题的库没有列出,那么它要么是静态链接的,要么根本没有链接.

All Windows apps are dynamically linked to the Windows API. If you need to determine how a specific non-Windows library (like libxml or somesuch) was linked, Visual Studio includes a program called DEPENDS.EXE that will show all the DLL's an exe is linked against. If the library in question isn't listed, then it's either linked statically, or it's not linked at all.

这篇关于查找 exe 是否动态链接(windows)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆