WINDOWS搜索dll的路径顺序

Posted 柳鲲鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WINDOWS搜索dll的路径顺序相关的知识,希望对你有一定的参考价值。

英文如下:

    /* Win32 library search order (See the documentation for LoadLibrary):
     *
     * 1. The directory from which application is loaded.
     * 2. The system wide Java Extensions directory (Java only)
     * 3. System directory (GetSystemDirectory)
     * 4. Windows directory (GetWindowsDirectory)
     * 5. The PATH environment variable
     * 6. The current directory
     */
 

以上是关于WINDOWS搜索dll的路径顺序的主要内容,如果未能解决你的问题,请参考以下文章

关于DLL搜索路径的顺序问题

LoadLibrary函数定位DLL顺序

DLLHijack漏洞原理

如何控制 DLL 的搜索顺序以避免劫持?

使用 winmm.dll 时,啥决定了 windows 中声音设备的顺序?

C# winform 实现windows文件文件夹搜索功能