阅读:1289回复:0
请教关于驱动加载的问题
刚学驱动不久,处处碰壁。
编译一个小驱动,我在DriverEntry()里创建符号链接,如下: rc = IoCreateSymbolicLink(&LinkName,&DeviceName); 则编译没有任何问题,但编译出来的SYS文件用DriverMonitor动态加载的时候,提示什么什么入口是错误的,我把这句注释掉就没任何问题。 它的错误提示是:Error(3): The imagepath specified in the driver's service database entry is incorrect,or the file is missing. 真是莫名其妙~~,折腾了一天也没什么效果 另外,请教各位大侠,你们调试驱动程序,是怎么加载驱动的呢?我现在只知道用DriverMonitor动态加载... |
|