Discussion:
Kernel mode program and Windows service
(too old to reply)
Kid
2011-05-30 05:43:05 UTC
Permalink
Hi

Can we run an dll or exe file in kernel mode , which IDE we can
implement kernel mode executable
program except sys driver ?

How about Windows service .. are Windows services contain both kernel
mode drivers and user mode apps?

Thank you
Anand Choubey
2011-07-01 05:03:54 UTC
Permalink
You can not run userland dll to kernel instead kernel dll driver
(again this is .sys file) should be built. Check osr and msdn for
same.
No userland exe can be run under kernel.

you can use vs 2005/2010 ide but you have to setup different
environment.
Post by Kid
Hi
Can we run an dll or exe file in kernel mode , which IDE we can
implement kernel mode executable
 program except sys driver ?
How about Windows service .. are Windows services contain both kernel
mode drivers and user mode apps?
Thank you
Loading...