mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
changed select command to one supported by simcard
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
from smartcard.scard import *
|
||||
import smartcard.util
|
||||
|
||||
SELECT = [0x00, 0xA4, 0x04, 0x00, 0x0A, 0xA0, 0x00, 0x00, 0x00, 0x62,
|
||||
0x03, 0x01, 0x0C, 0x06, 0x01]
|
||||
SELECT = [0xA0, 0xA4, 0x00, 0x00, 0x02, 0x3F, 0x00]
|
||||
COMMAND = [0x00, 0x00, 0x00, 0x00]
|
||||
|
||||
def select():
|
||||
|
||||
Reference in New Issue
Block a user