mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
commit
35744bdd89
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
- Added `nfc decode` - now NDEF vCard messages with a PHOTO in base64 format is shown (@iceman1001)
|
- Added `nfc decode` - now NDEF vCard messages with a PHOTO in base64 format is shown (@iceman1001)
|
||||||
- Changed - AID limitations when using Gallagher key diversification (@DarkMatterMatt)
|
- Changed - AID limitations when using Gallagher key diversification (@DarkMatterMatt)
|
||||||
- Added new standalone mode `lf_em4100rsww` (@zabszk)
|
- Added new standalone mode `lf_em4100rsww` (@zabszk)
|
||||||
|
- Fixed `hf 15 slixdisable` wrong pass id (@r1ddl3rz)
|
||||||
|
|
||||||
## [Frostbit.4.14831] [2022-01-11]
|
## [Frostbit.4.14831] [2022-01-11]
|
||||||
- Changed Wiegand format lookup - now case-insensitive (@iceman1001)
|
- Changed Wiegand format lookup - now case-insensitive (@iceman1001)
|
||||||
|
|
|
@ -2254,7 +2254,7 @@ void DisablePrivacySlixLIso15693(uint8_t *password) {
|
||||||
StartCountSspClk();
|
StartCountSspClk();
|
||||||
uint32_t start_time = 0, eof_time = 0;
|
uint32_t start_time = 0, eof_time = 0;
|
||||||
// 4 == pass id.
|
// 4 == pass id.
|
||||||
int res = set_pass_15693_slixl(start_time, &eof_time, 0x10, password);
|
int res = set_pass_15693_slixl(start_time, &eof_time, 0x04, password);
|
||||||
reply_ng(CMD_HF_ISO15693_SLIX_L_DISABLE_PRIVACY, res, NULL, 0);
|
reply_ng(CMD_HF_ISO15693_SLIX_L_DISABLE_PRIVACY, res, NULL, 0);
|
||||||
switch_off();
|
switch_off();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue