Skip to content

zhonghuihuo/APDU7816

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

使用PC/SC读卡器执行批量APDU

  • 使用帮助
  •  安装python2.7
  •  安装swig
  •  安装VC for Python2.7
  •  安装pc/sc库 pyscard: pip install pyscard
  •  连接pc/sc卡
  •  使用方式:
  • python testStress.py --input script.txt --output result.txt --log result.log
  •    --input 输入的APDU脚本文件
  •    --output  输出的结果文件(执行失败才会记录)
  •    --log  运行log
  •    --count 执行循环次数
  •    --init 初始次数
  •    --port 端口号

About

批量发送APDU指令

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%