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 Jun 29, 2022
2 parents c3e1dab + b6f4094 commit cda26ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Firmware/Chameleon-Mini/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ SRC += Codec/Codec.c \
Codec/Reader14443-2A.c \
Codec/SniffISO14443-2A.c \
Codec/Reader14443-ISR.S \
Codec/ISO15693.c
Codec/ISO15693.c \
Codec/SniffISO15693.c
SRC += Application/MifareUltralight.c \
Application/MifareClassic.c \
Application/ISO14443-3A.c \
Expand All @@ -232,7 +233,8 @@ SRC += Application/Vicinity.c \
Application/TITagitstandard.c \
Application/TITagitplus.c \
Application/ISO15693-A.c \
Application/EM4233.c
Application/EM4233.c \
Application/Sniff15693.c
SRC += Application/DESFire/../MifareDESFire.c \
Application/DESFire/DESFireApplicationDirectory.c \
Application/DESFire/DESFireChameleonTerminal.c \
Expand Down
4 changes: 2 additions & 2 deletions Software/ChamTool/Chameleon/Log.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def binaryParityDecoder(data):
0x91: { 'name': 'APP HALT', 'decoder': binaryDecoder },
0x92: { 'name': 'APP UNKNOWN', 'decoder': binaryDecoder },
0x93: { 'name': 'APP REQA', 'decoder': binaryDecoder },
0x94: { 'name': 'APP WUPA', 'decoder': binaryDecoser },
0x95: { 'name': 'APP DESELECT', 'decoder': binaryDecoser },
0x94: { 'name': 'APP WUPA', 'decoder': binaryDecoder },
0x95: { 'name': 'APP DESELECT', 'decoder': binaryDecoder },

0xA0: { 'name': 'APP AUTHING' , 'decoder': binaryDecoder },
0xA1: { 'name': 'APP AUTHED', 'decoder': binaryDecoder },
Expand Down

0 comments on commit cda26ee

Please sign in to comment.