Skip to content

Commit

Permalink
add support for key tag 4C9421F0
Browse files Browse the repository at this point in the history
  • Loading branch information
zecoxao committed Feb 18, 2021
1 parent e80b1a7 commit 3ce8519
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PrxDecrypter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static const u8 keys505_1[] = {0x58, 0x2A, 0x4C, 0x69, 0x19, 0x7B, 0x83, 0x3D, 0
static const u8 keys505_k2[] = {0xEA, 0x04, 0x5F, 0x3E, 0x32, 0x6B, 0x30, 0xCC, 0xAF, 0xD0, 0xD0, 0x82, 0x41, 0xFB, 0xEB, 0x68};
static const u8 keys555_k1[] = {0x9f, 0xfd, 0x4c, 0x28, 0x20, 0xb1, 0x3e, 0x76, 0x36, 0x4a, 0xab, 0x1c, 0x54, 0xbc, 0x3b, 0xdc};
static const u8 keys555_k2[] = {0xAB, 0x1A, 0x74, 0x43, 0xF7, 0x4F, 0xE5, 0xFF, 0x04, 0xA5, 0xFC, 0x3B, 0xEC, 0xD4, 0xF8, 0xF0};
static const u8 keys555_k3[] = {0x69, 0x89, 0xC5, 0xC7, 0x53, 0x44, 0x83, 0x73, 0xF5, 0xC1, 0x94, 0xDB, 0x61, 0x85, 0xA4, 0x06};
static const u8 keys570_5k[] = {0x6D, 0x72, 0xA4, 0xBA, 0x7F, 0xBF, 0xD1, 0xF1, 0xA9, 0xF3, 0xBB, 0x07, 0x1B, 0xC0, 0xB3, 0x66};
static const u8 keys600_1[] = {0xE3, 0x52, 0x39, 0x97, 0x3B, 0x84, 0x41, 0x1C, 0xC3, 0x23, 0xF1, 0xB8, 0xA9, 0x09, 0x4B, 0xF0};
static const u8 keys600_2[] = {0xE1, 0x45, 0x93, 0x2C, 0x53, 0xE2, 0xAB, 0x06, 0x6F, 0xB6, 0x8F, 0x0B, 0x66, 0x91, 0xE7, 0x1E};
Expand Down Expand Up @@ -403,6 +404,7 @@ static const TAG_INFO2 g_tagInfo2[] =
{ 0x4C9422F0, keys600_2, 0x43 },
{ 0x4C941EF0, keys600_1, 0x43 },
{ 0x4C9429F0, keys570_5k, 0x43 },
{ 0x4C9421F0, keys555_k3, 0x43 },
{ 0x4C941BF0, keys555_k2, 0X43 },
{ 0x4C941AF0, keys555_k1, 0x43 },
{ 0x457B0BF0, keys505_a, 0x5B },
Expand Down

0 comments on commit 3ce8519

Please sign in to comment.