简体   繁体   中英

Dependency walker is very slow for wintrust.dll

I use Dependency Walker to open wintrust.dll on my Windows 10 and it takes around 40 seconds! When it is opened, I see very strange picture of recurring calls between KERNEL32.DLL and API-MS-WIN-CORE-PROCESSTHREADS-L1-1-1.DLL :

在此输入图像描述

I suppose this is the source of the problem. When I try to open my own dll, that includes wintrust.dll on separate paths, it might take up to 10 minutes (!) to open.

Why is this happening?

  • Dependency Walker for Win64, v2.2.6
  • Windows 10 x64 Version 1709 (OS Build 16299.248)
  • wintrust.dll File version 10.0.16299.248
  • kernel32.dll File version 10.0.16299.15
  • api-ms-win-core-processthreads-l1-1-1.dll File version 10.0.10586.9

Don't use dependency walker. Here's one good alternative I'm aware of: Dependencies by Lucasg . Unlike dependency walker - it is aware of ApiSets and thus will not recurse indefinitely.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM