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!