Hello.
I'm working on small driver to be used exclusively from my process. The communication is done through IoCreateDevice/DeviceIoControl.
How can I verify that the command to the driver is given from my process?
Since the driver and software are signed with the same certificate I thougn of checking whether they match, but may be there is better way to do so?
I'm working on small driver to be used exclusively from my process. The communication is done through IoCreateDevice/DeviceIoControl.
How can I verify that the command to the driver is given from my process?
Since the driver and software are signed with the same certificate I thougn of checking whether they match, but may be there is better way to do so?