mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
trace list -t 14a - annotate ecp
This commit is contained in:
parent
37b89c7b11
commit
d1de0c99ea
1 changed files with 5 additions and 0 deletions
|
@ -174,6 +174,11 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize, bool i
|
|||
return 1;
|
||||
}
|
||||
|
||||
if (cmdsize > 10 && (memcmp(cmd, "\x6a\x02\xC8\x01\x00\x03\x00\x02\x79", 9) == 0)) {
|
||||
snprintf(exp, size, "ECP");
|
||||
return 1;
|
||||
}
|
||||
|
||||
gs_ntag_i2c_state = 0;
|
||||
switch (cmd[0]) {
|
||||
case ISO14443A_CMD_WUPA:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue