You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Find out if your application requires 32- or 64-bit winscard.dll (e.g., using [Sigcheck utility](https://docs.microsoft.com/en-us/sysinternals/downloads/sigcheck))
40
40
2. Copy Microsoft's original winscard.dll library to a target application folder and rename it to original32.dll or original64.dll (based on the Step 1).
41
41
3. Place APDUPlay's custom winscard.dll library to a target application folder, so it is loaded first.
42
-
4. Place configuration file named winscard_rules.txt into the same folder.
42
+
4. Place configuration file named winscard_rules.txt into the same folder. Read full documentation of [winscard_rules.txt file](https://github.com/crocs-muni/APDUPlay/wiki/APDUPlay-configuration).
43
43
44
44
The target application folder should now look like this (CAProfiler_64b.exe used as an example)
Note, that original winscard.dll (renamed as original64.dll) is not even used for transmission of APDU in this case as no physical smartcard is contacted/present on localhost.
116
116
117
+
### Redirection to smartcard connected to remote computer
118
+
TODO
119
+
120
+
### Multiple smartcards connected to remote computer
121
+
TODO
122
+
117
123
## 3. Manipulate exchanged APDUs in real time based on pattern matching rules
118
124
This use case allows to match exchanged APDU (both input and response) against the defined patterns and modify it accordingly before sending to physical smartcard (input APDU) or back to the target application (response APDU).
0 commit comments