Re: Load a kernel-mode device driver by Doron
Doron
Wed Jan 04 10:00:28 CST 2006
if the driver does not control a pnp device, CreateService/StartService will
load it. otherwise, if it is a pnp driver, you have to plug in the
hardware.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"SLASH" <SLASH@discussions.microsoft.com> wrote in message
news:D01CD5B4-F49D-4261-B473-C6867C19CE6A@microsoft.com...
> Then how about load a real kernel mode driver?
>
> "Alexander Grigoriev" wrote:
>
>> Of course, if you create dummies for all the DLLs (NTOSKRNL, etc) it's
>> linked against. Then what?
>>
>> "SLASH" <SLASH@discussions.microsoft.com> wrote in message
>> news:0E42E565-E1CC-4C02-AAF3-49A65ACCD550@microsoft.com...
>> > "Obviously, LoadLibraryEx ( ) succeeds, and the hex dumps of the
>> > reported load address Ox007AOOOO preceding and following this API call
>> > prove
>> > that
>> > this memory region is initially unused but contains a DOS header
>> > afterward."
>> > From SVEN B. SCHREIBER 's undocumented W2k.
>> >
>> > My question is can we load a kernel mode driver to usermode address
>> > space?
>> >
>> >
>>
>>
>>