windows-inspector icon indicating copy to clipboard operation
windows-inspector copied to clipboard

Implement "Stop" functionality

Open repnz opened this issue 6 years ago • 1 comments

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)

repnz avatar Sep 14 '19 22:09 repnz

  • Register to process callback

repnz avatar Sep 22 '19 22:09 repnz