错误提示 - Procmon.exe - 无法找到入口(InitializeSRWLock)

在XP上运行 Procmon ,出现错误提示:

Procmon.exe - 无法找到入口
无法定位程序输入点 InitializeSRWLock 于动态链接库 KERNEL32.dll 上。
Procmon.exe - Entry Point Not Found
The procedure entry point InitializeSRWLock could not be located in the dynamic link library KERNEL32.dll.

原因: 自版本3.30起Process Monitor(Procmon.exe)已不支持XP及以下系统,InitializeSRWLock 函数最小系统需求是 Windows Vista 或 Windows 2008。
解决: 找寻版本号3.20的Process Monitor可以在XP系统上继续使用。
参考:How to use ProcMon on Windows XP - Get an error about InitializeSRWLock

具体可以在网上寻找或在互联网时光机(需FQ)上下载旧版本:
Process Monitor v3.20(XP+,2015.5.26,2015.6.11)
https://web.archive.org/web/20150629015501/https://live.sysinternals.com/Files/ProcessMonitor.zip
https://web.archive.org/web/20150603092645/https://download.sysinternals.com/files/SysinternalsSuite.zip
..
https://web.archive.org/web/20160710022710/https://download.sysinternals.com/files/SysinternalsSuite.zip
Process Monitor v3.30(Vista+,2016.7.24)
https://web.archive.org/web/20160805090321/https://download.sysinternals.com/files/SysinternalsSuite.zip
Process Monitor v3.40(Vista+,2017.9.26)
https://web.archive.org/web/20170926161141/https://live.sysinternals.com/Files/ProcessMonitor.zip

本地下载 Process Monitor v3.20:
https://files.cnblogs.com/files/mencall/ProcessMonitor320%28xp%29.zip

补充(2019.12):
新版3.5X版已移除 InitializeSRWLock 函数引用(使用Dependency Walker查看,具体测试版本3.50-3.53),重新支持XP/2003。
请从官网下载最新版本:
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

posted @ 2017-08-11 18:04  门口  阅读(1100)  评论(0编辑  收藏  举报