visual studio 2012 - Debugging Smart Card Minidriver -
i'm working on cng smart card minidriver.
to test functionality i'd use makecert
import private key smart card.
unfortunately every change make have copy minidriver.dll
system32 directory. once called makecert
first time, minidriver.dll in use, , can't overwrite unless reboot pc (which takes time..)
is there way overwrite without rebooting?
my second attempt debug using visual studio , starting makecert
visual studio. prompted with: the breakpoint not hit. no symbols have been loaded document.
is there way debug minidriver.dll within visual studio using makecert.exe
?
thanks help.
Comments
Post a Comment