Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Ok this is a bit of a shot in the dark hoping someone out there can help as I am at a loss for what to do or how to fix the issues. I have read all MSDN and to the best of my knowledge coded all requirements. The driver is coded in C and the user application or client is coded in VB.NET so interacting between unmanaged and managed code is probably the reason I am having so many issues here. the driver builds fine and runs fine when the client application is not being used but if I try to block and allow processes or use FilterGetMessage, FilterReplyMessage the OS becomes stuck and I am forced to restart the VM. I have Uploaded the project to my one drive here is the link

The Functionality I wish to acheive is to monitor process creation using the driver. The driver will use fltsendmessage to deliver the file path to the client application and wait for a reply to either block or allow the process. Nothing at the moment seems to be working :(

BitFilter.zip - Google Drive[^]

What I have tried:

Been trying for months now, really to much to list and completely out of ideas what to try next..
Posted
Updated 1-Oct-22 20:51pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900