SharedMemory icon indicating copy to clipboard operation
SharedMemory copied to clipboard

Kernel driver?

Open Wearwolfy opened this issue 4 years ago • 1 comments

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!

Wearwolfy avatar Nov 03 '20 17:11 Wearwolfy

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

justinstenning avatar Apr 16 '21 23:04 justinstenning