10 | | If you check for KEE, I think it is also a good idea to use "DosQueryModuleHandle" instead of "DosLoadModule". If KEE exists "DosQueryModuleHandle" will return successfully but without attempting a further load of the module. |
| 10 | If you check for KEE, I think it is also a good idea to use "DosQueryModuleHandle" instead of "DosLoadModule". If KEE exists "DosQueryModuleHandle" will return successfully but without attempting a further load of the module.[[BR]] |
| 11 | Does FS_INIT execute in Ring0 (I would believe it does) ? Then, I am astonished that use of "DosLoadModule","DosQueryModuleHandle" works at all. |