mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 01:08:32 +03:00
mitm.py: No ATR replacing
This commit is contained in:
@@ -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])
|
||||||
|
|||||||
Reference in New Issue
Block a user