Answer the question
In order to leave comments, you need to log in
How to develop virtual device driver on winapi?
The task of studying drivers on Winapi, I know winapi well, I have not come across drivers:
- Develop a driver (virtual device) that monitors the launch of some process X. When this process starts, the driver
starts another process Y. As soon as process X terminates for some cause, the driver unloads process Y.
- Develop a (virtual device) driver that monitors changes in the Windows registry by a given process (or over time)
and creates a log on disk.
In what, besides a notepad, to develop a driver?
What does it mean to create a virtual device driver? It is necessary to create a virtual device and somehow load the driver onto it, or it is enough that the created driver will be loaded using the InstDrv utility (from rootkit.com)
PS. I would be grateful for any links on the topic, I have not come across drivers before, I started with the book "Rootkits: Implementation into the Windows Kernel" by G. Hoglund, J. Butler
Answer the question
In order to leave comments, you need to log in
Winapi driver study task, I know winapi well
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question