Вопрос Kernel Driver

Забаненный
Статус
Оффлайн
Регистрация
27 Апр 2021
Сообщения
20
Реакции[?]
3
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Keine panik!
Эксперт
Статус
Оффлайн
Регистрация
29 Апр 2020
Сообщения
812
Реакции[?]
417
Поинты[?]
49K
Usually driver creating named device, so usermode program can open it as a file and then send I/O requests via DeviceIoControl.
Driver from that thread only has various functional and a sample thread that executes demo of it.
So you could add ioctls by yourself or write all the logic inside driver itself.
 
Сверху Снизу