Update cmdhficlass.c

Added additional personalization case
This commit is contained in:
Antiklesys
2026-03-18 16:32:31 +08:00
parent 55eb0a8d82
commit 3f95d3cc05
+3 -1
View File
@@ -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);