Changes between Version 2 and Version 3 of Ticket #40, comment 34
- Timestamp:
- Apr 26, 2017, 2:37:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 34
v2 v3 9 9 10 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.11 Neither "DosLoadModule" nor "DosQueryModuleHandle" are listed as supported Ring-3 API functions supported on FS_INIT. But if "DosLoadModule" actually works then "DosQueryModuleHandle" will also work.