-
-
[求助]驱动编译不能通过啊!!兄弟门帮帮忙啊~~
-
发表于:
2008-9-13 08:55
4102
-
我在DriverEntry里设置了分派例程,如下:
mov [eax].MajorFunction[IRP_MJ_READ*(sizeof PVOID)],offset read
分派例程代码很短:
read proc pDeviceObject,pIrp
invoke IoMarkIrpPending,pIrp
push eax
invoke IoInitializeTimer,pDeviceObject,offset timeproc,pIrp
invoke IoStartTimer,pDeviceObject
pop eax
ret
read endp
可是编译的时候老是出现这个错误:
invalid symbol type in expression : IoMarkIrpPending
不知道怎么解决啊??????
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)