mitm.py: No ATR replacing

This commit is contained in:
Christina Quast
2015-05-03 15:48:09 +02:00
parent 0d98b9f53f
commit dace491c65

View File

@@ -52,7 +52,7 @@ def replace(data):
try: try:
if data[0] == 0x3B: if data[0] == 0x3B:
print("*** Replace ATR") print("*** Replace ATR")
return array('B', ATR_SYSMOCOM2) # return array('B', ATR_SYSMOCOM2)
elif data[0] == 0x9F: elif data[0] == 0x9F:
print("*** Replace return val") print("*** Replace return val")
# return array('B', [0x60, 0x00]) # return array('B', [0x60, 0x00])