Skip to content

Commit

Permalink
Merge branch 'DESFire-AuthISO-Patch' of https://github.com/maxieds/Ch…
Browse files Browse the repository at this point in the history
…ameleonMini into DESFire-AuthISO-Patch
  • Loading branch information
maxieds committed Jul 1, 2022
2 parents bc8057b + 05eeda6 commit 37be68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/ChamTool/Chameleon/Log.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def binaryParityDecoder(data):
0xD1: { 'name': 'APP DESFIRE NONCE B', 'decoder': binaryDecoder },
0xD2: { 'name': 'APP DESFIRE NONCE AB', 'decoder': binaryDecoder },

0xE0: { 'name': 'APP DESFIRE GENERIC ERROR', 'decoder': binaryDecoder },
0xE0: { 'name': 'APP DESFIRE GENERIC ERROR', 'decoder': textDecoder },
0xE1: { 'name': 'APP DESFIRE STATUS INFO', 'decoder': binaryDecoder },
0xE2: { 'name': 'APP DESFIRE DEBUG OUTPUT', 'decoder': binaryDecoder },
0xE3: { 'name': 'APP DESFIRE INCOMING', 'decoder': binaryDecoder },
Expand Down

0 comments on commit 37be68d

Please sign in to comment.