Skip to content

keqingyuan/pyResMan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyResMan

A open source smartcard tool to manage smartcard resource. It is based on pyResMan project and pyGlobalPlatform project.

Dependencies

Compile

pyinstaller -F -npyResMan --version-file version.txt -w pyResMan/Main.py

Run as python program

python pyResMan/Main.py

User Interface

Module Figure

Operations

  • Connect card: Select reader, transmit protocol, connect mode and connect
  • Transmit sing APDU command: Input CLA, INS, P1, P2, LC, DATA, LE, then tranmit it to the card
  • Auto GetResponse: If transmit protocol is T0, check the "Auto GetResponse" flag to auto get response
  • Run APDU script: Select script file, set run loop count, and run the script
  • Run select APDU item: Select single/multi item(s) in the APDU list view, and use the popup menu to run it/them
  • Visit website: Click the website url to visit our website
  • Join discussion: If have any problems, click the Discussion url to visit our forum to join discussion

TODO

  • Script editable
  • GP commands supports

About

A tool to manage smartcard resource. It base on the pyscard library and GlobalPlatform project. Is an advanced feature version of testResMan.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%