Home > Software engineering >  How to read and write operations in the Windows driver TXT file
How to read and write operations in the Windows driver TXT file

Time:10-03

I have a. Reg file, there are some registry information, I want to open the file in kernel programs, and read some registry keys, the kernel has the function, such as the corresponding zwopenfile after open, how to deal with the data?

CodePudding user response:

ZwReadFile ();
  • Related