mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08: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.
|
//Change the selected key to a new value.
|
||||||
/*
|
/*
|
||||||
|
|
||||||
cmd[0] = 0xc4;
|
cmd[0] = CHANGE_KEY;
|
||||||
cmd[1] = keyno;
|
cmd[1] = keyno;
|
||||||
|
|
||||||
uint8_t newKey[16] = {0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77};
|
uint8_t newKey[16] = {0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77};
|
||||||
|
|
Loading…
Reference in a new issue