Creating thread in kernel mode

  • Thread starter Thread starter Arcady
  • Start date Start date
A

Arcady

Anyone can help me how to create a thread in kernel-mode that can write
data to physical user memory?
Thanks
 
Why sure. Use ReadFile/DeviceIoControl and send your driver a buffer to
contain data.
 
Back
Top