mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Update cmdhficlass.c
Added additional personalization case
This commit is contained in:
@@ -3891,6 +3891,7 @@ static int CmdHFiClass_BlackTears(const char *Cmd) {
|
||||
#define TEAR_INITAL 0x3C
|
||||
#define TEAR_PERSO_ENABLED 0xBC
|
||||
#define TEAR_PERSO_STABLE 0xBE
|
||||
#define TEAR_PERSO_STABLE2 0x9C
|
||||
#define TEAR_UNLOCKED 0xAC
|
||||
|
||||
|
||||
@@ -4208,7 +4209,8 @@ out:
|
||||
break;
|
||||
|
||||
}
|
||||
case TEAR_PERSO_STABLE: { // unlock tag with write operation to 0xAC
|
||||
case TEAR_PERSO_STABLE:
|
||||
case TEAR_PERSO_STABLE2: { // unlock tag with write operation to 0xAC
|
||||
PrintAndLogEx(SUCCESS, "Detected fuse: "_GREEN_("0x%02X") " set non-secure memory: "_YELLOW_("0xAC"), data_read[7]);
|
||||
|
||||
memcpy(data, data_read, PICOPASS_BLOCK_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user