Tag: SCardControl
-
SCardSniffer2 spies the exchanges between a PC/SC application and a smart card
SCardSniffer is a new free tool used to spy (list) all the exchanges between an NFC tag and a Windows application using PC/SC standard.
-
SCardSniffer spies the exchanges between a PC/SC application and PC/SC middleware
SCardSniffer is a new free tool used to spy (list) all the exchanges between an NFC tag and a Windows application using PC/SC standard.
-
Using SCardControl under Linux and from a Java program
SCardControl is the PC/SC function that makes it possible for the application to invoke ‘proprietary’ functions, implemented either in the PC/SC reader itself (CSB6, Prox’N’Roll PC/SC, EasyFinger or CrazyWriter) , or in its driver running on the PC, or in the PC/SC middleware. The prototype is: LONG SCardControl( SCARDHANDLE hCard, DWORD dwControlCode, LPCVOID lpInBuffer, DWORD nInBufferSize, LPVOID lpOutBuffer, DWORD nOutBufferSize, LPDWORD…