【发布时间】:2013-02-02 10:35:09
【问题描述】:
我尝试在 windows7 x64 中使用 WDK 构建内核挂钩驱动程序。我用的是专业菜鸟书第3章的代码,但出现2个错误
1. c:\chapter03ghost\src\hookmanager.obj : error LNK2001: unresolved external sym
bol __imp_KeServiceDescriptorTable
2. c:\chapter03ghost\src\objchk_win7_amd64\amd64\comint32.sys : error LNK1120: 1
unresolved externals
帮帮我!
【问题讨论】:
-
很可能 KeServiceDescriptorTable 在较新的 WDK 版本中不再可寻址。
-
我使用的是WDK 7.0。如何解决这个错误?