Menu

#8 Command-line support for raw commands

1.0
closed
None
2021-09-24
2016-01-13
No

I was using usimtool.py to experiment with commands that aren't suppported natively - in this case, I was looking at variations on the AUTHENTICATE instruction. I've added a "raw:" option that allows the full command to be passed on the command line.

Is this something you'd be interested in taking? (Patch file attached.)

1 Attachments

Discussion

  • Russell Stuart

    Russell Stuart - 2021-09-24
    • status: open --> closed
     
  • Russell Stuart

    Russell Stuart - 2021-09-24

    Geezz, I just noticed this ticket. usimtool.py has supported raw commands from day 1. You just put the raw hex on the command line, like:

     usimtool.py a0a4.0000.02.3f00
    

    It was documented in http://python-pcsclite.sourceforge.net/doc/html/index.html#the-usimtool-py-program (search for hex-apdu) but wasn't in the usage message. I've added it to the usage message.

     

Log in to post a comment.