SharedMemory
SharedMemory copied to clipboard
Kernel driver?
I am new to shared memory, what example do I need to use to communicate with a driver that uses shared memory? Thanks in Advance!
This library is designed to read/write memory to another process using this library (specific headers etc). You would need to implement the same memory structures to use with something else. Note: you cannot use .NET in a kernel driver, so you would have to implement a native kernel version using ZwOpenSection