mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
add desfire light signature verification check
This commit is contained in:
parent
7a7a3d014e
commit
1cb495e40b
2 changed files with 69 additions and 2 deletions
|
@ -32,6 +32,7 @@ static uint8_t deselect_cmd[] = {0xc2, 0xe0, 0xb4};
|
|||
/* PCB CID CMD PAYLOAD */
|
||||
//static uint8_t __res[MAX_FRAME_SIZE];
|
||||
|
||||
|
||||
bool InitDesfireCard() {
|
||||
|
||||
iso14a_card_select_t card;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue