A Arcady Feb 1, 2006 #1 Anyone can help me how to create a thread in kernel-mode that can write data to physical user memory? Thanks
Anyone can help me how to create a thread in kernel-mode that can write data to physical user memory? Thanks
G Gary G. Little Feb 2, 2006 #2 Why sure. Use ReadFile/DeviceIoControl and send your driver a buffer to contain data.