pcsc-spy
PC/SC Lite development files.
Install
- All systems
-
curl cmd.cat/pcsc-spy.sh
- Debian
-
apt-get install libpcsclite-dev
- Ubuntu
-
apt-get install libpcsclite-dev
- Arch Linux
-
pacman -S pcsclite
- Kali Linux
-
apt-get install libpcsclite-dev
- CentOS
-
yum install pcsc-lite-devel
- Fedora
-
dnf install pcsc-lite-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpcsclite-dev
- Raspbian
-
apt-get install libpcsclite-dev
- Dockerfile
- dockerfile.run/pcsc-spy
pcsc-lite-devel
PC/SC Lite development files.
libpcsclite-dev
Middleware to access a smart card using PC/SC (development files)
The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. This package contains the files needed for compiling and linking an application that communicates to any reader available to the PC/SC daemon. This package also contains the PC/SC spying library: libpcscspy.so See http://ludovicrousseau.blogspot.com/2011/11/pcsc-api-spy-third-try.html