Search Results

0
votes

NT Kernel Programming

You talk about patching the kernel without providing a sensible explanation of why you want to do this and why you think the official API will not get you where you want to get. As a consequence, w …
1
vote

kernel mode driver write to file

Schedule workitems (IoAllocateWorkItem/IoQueueWorkItem) and handle all file I/O from within the workitem callback routines. I'm not sure if it is a good idea to let the kerne …
1
vote

problems communicating with driver from user mode

Use WinObj and see whether the symbolic has been created successfully -- the link should show up under GLO …
1
vote

bsod every time a handle to a driver is created

!analyze -v is your friend. …
2
votes

How to debug driver load error?

Enable "Show loader snaps" using gflags -- in the debug output, you should find information about which import the loader is not able to resolve. …