mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add updated sim module firmware v4.13, this is breaking change for smart
category commands
This commit is contained in:
parent
9a76ec8fb0
commit
e364d7e03d
10 changed files with 837 additions and 17 deletions
|
@ -122,7 +122,7 @@ def pm3_lf_t55xx(child):
|
|||
def pm3_flash_sm(child):
|
||||
try:
|
||||
print("[+] Updating smart card fw")
|
||||
child.sendline('smart upgrade -f sim012.bin')
|
||||
child.sendline('smart upgrade -f sim013.bin')
|
||||
i = child.expect('pm3 --> ')
|
||||
msg = escape_ansi(str(child.before))
|
||||
print("================")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue