How to access my user mode thread_local variables inside my windows kernel driver?

后端 未结 0 2025
夕颜
夕颜 2021-02-09 01:48

I want to create a shared memory for communication between my .exe and my driver. My current plan is to have thread_local variables in the usermode and then use them for communi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题