mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
ADD: @holiman's clearCommandBuffer in cmdlft55xx.c
ADD: @VERTCraig's AVID commands. TEST: testing some changes to iso14443 demod.
This commit is contained in:
parent
c5f8c67ab4
commit
db25599d7f
18 changed files with 20489 additions and 307 deletions
|
@ -209,7 +209,7 @@ void annotateTopaz(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize)
|
|||
|
||||
void annotateIso7816(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize){
|
||||
|
||||
int pos = (cmd[0] == 2 || cmd[0] == 3) ? 1 : 2;
|
||||
int pos = (cmd[0] == 2 || cmd[0] == 3) ? 2 : 3;
|
||||
|
||||
switch ( cmd[pos] ){
|
||||
case ISO7816_READ_BINARY :snprintf(exp, size, "READ BIN");break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue