0

I try to build the kernel hooking driver using WDK in windows7 x64. I used the code of professional rookit book chapter 3.But I got 2 errors

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

Help me!

4

1 回答 1

0

微软决定,KeServiceDescriptorTable 不再能够以 x64 模式导入,并添加了 PatchGuard 技术来保护 SSDT 和 Shadow SSDT。

于 2017-04-27T02:43:01.813 回答