I’d like to attach a debugger to a base csp minidriver on windows 7.
Which process hosts the driver .dll? Is it just another WUDFHost.exe ?
Can I attach a user-mode debugger to that process?
I’d like to attach a debugger to a base csp minidriver on windows 7.
Share
At least when using certutil.exe the .dll is loaded “directly” into the process.
In Visual Studio one can set
certutil.exeas the command in the Debugging panel and then step into the minidriver.dll’s code and thereby test how certutil tries to access the smartcard.