mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Using defined command code
This commit is contained in:
parent
46e14b0f96
commit
082789c4df
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ void MifareDES_Auth1(uint8_t mode, uint8_t algo, uint8_t keyno, uint8_t *datain
|
|||
//Change the selected key to a new value.
|
||||
/*
|
||||
|
||||
cmd[0] = 0xc4;
|
||||
cmd[0] = CHANGE_KEY;
|
||||
cmd[1] = keyno;
|
||||
|
||||
uint8_t newKey[16] = {0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue