Changes between Version 2 and Version 3 of Ticket #40, comment 34


Ignore:
Timestamp:
Apr 26, 2017, 12:37:09 PM (7 years ago)
Author:
erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 34

    v2 v3  
    99
    1010If 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.
     11Neither "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.