kernel mode service
-
hi every one how can i create a kernel mode service? i am searching for article or sample code about it. plz help me
-
hi every one how can i create a kernel mode service? i am searching for article or sample code about it. plz help me
Two points: 1) "kernel mode" and "service" do not go together - services usually run in the local system account which is NOT the same as kernel mode 2) Try something radical like searching the articles here on CP with the word "service" - first result is a nice beginner's article Judy
-
hi every one how can i create a kernel mode service? i am searching for article or sample code about it. plz help me
i've written an article about it. the source code registers a kernel mode driver and starts it. have a look at it. http://www.codeproject.com/KB/system/interrupthook.aspx
Don't try it, just do it! ;-)