windows-inspector
windows-inspector copied to clipboard
Implement "Stop" functionality
Event listening:
- The listen() function is called when the user mode code asks.
- The stop() function is called when the user mode process exits.
- When the driver is notified that the user mode process has exited, it will stop listening and deallocate the buffers. (basically call stop() inside the driver)
- Register to process callback