Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6502

Communication between kernel-mode and user-mode application

$
0
0

I have built a WFP callout driver which runs in kernel mode. Now, I'm trying to figure out how to communicate between this driver and my GUI application which runs in user-mode. Any ideas?

Exactly what I want is something like this:

  1. The callout driver detects an incomming connection on port 4444 (This is not part of my question)
  2. The drivers send a message to the user-mode app.
  3. The app shows a notification to the user and asks it if we should accept/block the connection.
  4. The user-mode app sends back the user's response to the callout driver.

Thanks!


Viewing all articles
Browse latest Browse all 6502

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>